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
static enum ServerLoginNetworkHandler.State extends Enum<ServerLoginNetworkHandler.State>
- Mappings:
Namespace Name official abp$a
intermediary net/minecraft/class_3248$class_3249
named 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 Constants Enum Constant Description ACCEPTED
AUTHENTICATING
DELAY_ACCEPT
HELLO
KEY
NEGOTIATING
READY_TO_ACCEPT
-
Constructor Summary
Constructors Modifier Constructor Description private
State()
-
Method Summary
Modifier and Type Method Description static ServerLoginNetworkHandler.State
valueOf(String name)
Returns 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 a
Labp$a;a:Labp$a;
intermediary field_14170
Lnet/minecraft/class_3248$class_3249;field_14170:Lnet/minecraft/class_3248$class_3249;
named HELLO
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;HELLO:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
KEY
- Mappings:
Namespace Name Mixin selector official b
Labp$a;b:Labp$a;
intermediary field_14175
Lnet/minecraft/class_3248$class_3249;field_14175:Lnet/minecraft/class_3248$class_3249;
named KEY
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;KEY:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
AUTHENTICATING
- Mappings:
Namespace Name Mixin selector official c
Labp$a;c:Labp$a;
intermediary field_14169
Lnet/minecraft/class_3248$class_3249;field_14169:Lnet/minecraft/class_3248$class_3249;
named AUTHENTICATING
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;AUTHENTICATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
NEGOTIATING
- Mappings:
Namespace Name Mixin selector official d
Labp$a;d:Labp$a;
intermediary field_14173
Lnet/minecraft/class_3248$class_3249;field_14173:Lnet/minecraft/class_3248$class_3249;
named NEGOTIATING
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;NEGOTIATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
READY_TO_ACCEPT
- Mappings:
Namespace Name Mixin selector official e
Labp$a;e:Labp$a;
intermediary field_14168
Lnet/minecraft/class_3248$class_3249;field_14168:Lnet/minecraft/class_3248$class_3249;
named READY_TO_ACCEPT
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;READY_TO_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
DELAY_ACCEPT
- Mappings:
Namespace Name Mixin selector official f
Labp$a;f:Labp$a;
intermediary field_14171
Lnet/minecraft/class_3248$class_3249;field_14171:Lnet/minecraft/class_3248$class_3249;
named DELAY_ACCEPT
Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;DELAY_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
-
ACCEPTED
- Mappings:
Namespace Name Mixin selector official g
Labp$a;g:Labp$a;
intermediary field_14172
Lnet/minecraft/class_3248$class_3249;field_14172:Lnet/minecraft/class_3248$class_3249;
named ACCEPTED
Lnet/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
-