Package net.minecraft.server.network
Enum ServerLoginNetworkHandler.State
java.lang.Object
java.lang.Enum<ServerLoginNetworkHandler.State>
net.minecraft.server.network.ServerLoginNetworkHandler.State
- All Implemented Interfaces:
Serializable,Comparable<ServerLoginNetworkHandler.State>,java.lang.constant.Constable
- Enclosing class:
- ServerLoginNetworkHandler
- Mappings:
Namespace Name official acd$aintermediary net/minecraft/class_3248$class_3249named 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 type with the specified name.static ServerLoginNetworkHandler.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HELLO
- Mappings:
Namespace Name Mixin selector official aLacd$a;a:Lacd$a;intermediary field_14170Lnet/minecraft/class_3248$class_3249;field_14170:Lnet/minecraft/class_3248$class_3249;named HELLOLnet/minecraft/server/network/ServerLoginNetworkHandler$State;HELLO:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
KEY
- Mappings:
Namespace Name Mixin selector official bLacd$a;b:Lacd$a;intermediary field_14175Lnet/minecraft/class_3248$class_3249;field_14175:Lnet/minecraft/class_3248$class_3249;named KEYLnet/minecraft/server/network/ServerLoginNetworkHandler$State;KEY:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
AUTHENTICATING
- Mappings:
Namespace Name Mixin selector official cLacd$a;c:Lacd$a;intermediary field_14169Lnet/minecraft/class_3248$class_3249;field_14169:Lnet/minecraft/class_3248$class_3249;named AUTHENTICATINGLnet/minecraft/server/network/ServerLoginNetworkHandler$State;AUTHENTICATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
NEGOTIATING
- Mappings:
Namespace Name Mixin selector official dLacd$a;d:Lacd$a;intermediary field_14173Lnet/minecraft/class_3248$class_3249;field_14173:Lnet/minecraft/class_3248$class_3249;named NEGOTIATINGLnet/minecraft/server/network/ServerLoginNetworkHandler$State;NEGOTIATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
READY_TO_ACCEPT
- Mappings:
Namespace Name Mixin selector official eLacd$a;e:Lacd$a;intermediary field_14168Lnet/minecraft/class_3248$class_3249;field_14168:Lnet/minecraft/class_3248$class_3249;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 fLacd$a;f:Lacd$a;intermediary field_14171Lnet/minecraft/class_3248$class_3249;field_14171:Lnet/minecraft/class_3248$class_3249;named DELAY_ACCEPTLnet/minecraft/server/network/ServerLoginNetworkHandler$State;DELAY_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
ACCEPTED
- Mappings:
Namespace Name Mixin selector official gLacd$a;g:Lacd$a;intermediary field_14172Lnet/minecraft/class_3248$class_3249;field_14172:Lnet/minecraft/class_3248$class_3249;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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-