Package net.minecraft.server.network
Enum Class ServerLoginNetworkHandler.State
java.lang.Object
java.lang.Enum<ServerLoginNetworkHandler.State>
net.minecraft.server.network.ServerLoginNetworkHandler.State
- All Implemented Interfaces:
Serializable,Comparable<ServerLoginNetworkHandler.State>,Constable
- Enclosing class:
- ServerLoginNetworkHandler
- Mappings:
Namespace Name official ue$aintermediary net/minecraft/class_2112$class_2114named net/minecraft/server/network/ServerLoginNetworkHandler$State
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerLoginNetworkHandler.State[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HELLO
- Mappings:
Namespace Name Mixin selector official aLue$a;a:Lue$a;intermediary field_8963Lnet/minecraft/class_2112$class_2114;field_8963:Lnet/minecraft/class_2112$class_2114;named HELLOLnet/minecraft/server/network/ServerLoginNetworkHandler$State;HELLO:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
KEY
- Mappings:
Namespace Name Mixin selector official bLue$a;b:Lue$a;intermediary field_8964Lnet/minecraft/class_2112$class_2114;field_8964:Lnet/minecraft/class_2112$class_2114;named KEYLnet/minecraft/server/network/ServerLoginNetworkHandler$State;KEY:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
AUTHENTICATING
- Mappings:
Namespace Name Mixin selector official cLue$a;c:Lue$a;intermediary field_8965Lnet/minecraft/class_2112$class_2114;field_8965:Lnet/minecraft/class_2112$class_2114;named AUTHENTICATINGLnet/minecraft/server/network/ServerLoginNetworkHandler$State;AUTHENTICATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
NEGOTIATING
- Mappings:
Namespace Name Mixin selector official dLue$a;d:Lue$a;intermediary field_21880Lnet/minecraft/class_2112$class_2114;field_21880:Lnet/minecraft/class_2112$class_2114;named NEGOTIATINGLnet/minecraft/server/network/ServerLoginNetworkHandler$State;NEGOTIATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
READY_TO_ACCEPT
- Mappings:
Namespace Name Mixin selector official eLue$a;e:Lue$a;intermediary field_8966Lnet/minecraft/class_2112$class_2114;field_8966:Lnet/minecraft/class_2112$class_2114;named READY_TO_ACCEPTLnet/minecraft/server/network/ServerLoginNetworkHandler$State;READY_TO_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
DELAY_ACCEPT
- Mappings:
Namespace Name Mixin selector official fLue$a;f:Lue$a;intermediary field_11783Lnet/minecraft/class_2112$class_2114;field_11783:Lnet/minecraft/class_2112$class_2114;named DELAY_ACCEPTLnet/minecraft/server/network/ServerLoginNetworkHandler$State;DELAY_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
ACCEPTED
- Mappings:
Namespace Name Mixin selector official gLue$a;g:Lue$a;intermediary field_8967Lnet/minecraft/class_2112$class_2114;field_8967:Lnet/minecraft/class_2112$class_2114;named ACCEPTEDLnet/minecraft/server/network/ServerLoginNetworkHandler$State;ACCEPTED:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
-
Constructor Details
-
State
private State()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-