public static enum PacketHandshakingInSetProtocol.EnumProtocol extends java.lang.Enum<PacketHandshakingInSetProtocol.EnumProtocol>
Enum Constant and Description |
---|
HANDSHAKING |
LOGIN |
PLAY |
STATUS |
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getVanillaEnumProtocol() |
static PacketHandshakingInSetProtocol.EnumProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PacketHandshakingInSetProtocol.EnumProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PacketHandshakingInSetProtocol.EnumProtocol HANDSHAKING
public static final PacketHandshakingInSetProtocol.EnumProtocol PLAY
public static final PacketHandshakingInSetProtocol.EnumProtocol STATUS
public static final PacketHandshakingInSetProtocol.EnumProtocol LOGIN
public static PacketHandshakingInSetProtocol.EnumProtocol[] values()
for (PacketHandshakingInSetProtocol.EnumProtocol c : PacketHandshakingInSetProtocol.EnumProtocol.values()) System.out.println(c);
public static PacketHandshakingInSetProtocol.EnumProtocol valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Object getVanillaEnumProtocol()