| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.handshake | |
| com.github.steveice10.mc.protocol.packet.handshake.client |
| Modifier and Type | Method and Description |
|---|---|
static HandshakeIntent |
HandshakeIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakeIntent[] |
HandshakeIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HandshakeIntent |
HandshakePacket.getIntent() |
| Constructor and Description |
|---|
HandshakePacket(int protocolVersion,
String hostname,
int port,
HandshakeIntent intent) |
Copyright © 2020. All rights reserved.