public enum EnumConnectionState extends java.lang.Enum<EnumConnectionState>
Enum Constant and Description |
---|
HANDSHAKING |
LOGIN |
PLAY |
STATUS |
Modifier and Type | Method and Description |
---|---|
protected EnumConnectionState |
func_150751_a(int p_150751_1_,
java.lang.Class p_150751_2_) |
static EnumConnectionState |
func_150752_a(Packet p_150752_0_) |
BiMap |
func_150753_a() |
BiMap |
func_150754_b(boolean p_150754_1_) |
BiMap |
func_150755_b() |
protected EnumConnectionState |
func_150756_b(int p_150756_1_,
java.lang.Class p_150756_2_) |
BiMap |
func_150757_a(boolean p_150757_1_) |
int |
func_150759_c() |
static EnumConnectionState |
func_150760_a(int p_150760_0_) |
static EnumConnectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConnectionState HANDSHAKING
public static final EnumConnectionState PLAY
public static final EnumConnectionState STATUS
public static final EnumConnectionState LOGIN
public static EnumConnectionState[] values()
for (EnumConnectionState c : EnumConnectionState.values()) System.out.println(c);
public static EnumConnectionState 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 nullprotected EnumConnectionState func_150751_a(int p_150751_1_, java.lang.Class p_150751_2_)
protected EnumConnectionState func_150756_b(int p_150756_1_, java.lang.Class p_150756_2_)
public BiMap func_150753_a()
public BiMap func_150755_b()
public BiMap func_150757_a(boolean p_150757_1_)
public BiMap func_150754_b(boolean p_150754_1_)
public int func_150759_c()
public static EnumConnectionState func_150760_a(int p_150760_0_)
public static EnumConnectionState func_150752_a(Packet p_150752_0_)