Package net.minecraft.client.network
Enum Class ClientLoginNetworkHandler.State
java.lang.Object
java.lang.Enum<ClientLoginNetworkHandler.State>
net.minecraft.client.network.ClientLoginNetworkHandler.State
- All Implemented Interfaces:
Serializable
,Comparable<ClientLoginNetworkHandler.State>
,Constable
- Enclosing class:
ClientLoginNetworkHandler
@Environment(CLIENT)
private static enum ClientLoginNetworkHandler.State
extends Enum<ClientLoginNetworkHandler.State>
- Mappings:
Namespace Name named net/minecraft/client/network/ClientLoginNetworkHandler$State
intermediary net/minecraft/class_635$class_8798
official fxw$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final Text
(package private) final Set
<ClientLoginNetworkHandler.State> -
Constructor Summary
ModifierConstructorDescriptionprivate
State
(Text name, Set<ClientLoginNetworkHandler.State> prevStates) -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClientLoginNetworkHandler.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONNECTING
- Mappings:
Namespace Name Mixin selector named CONNECTING
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;CONNECTING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;
intermediary field_46193
Lnet/minecraft/class_635$class_8798;field_46193:Lnet/minecraft/class_635$class_8798;
official a
Lfxw$a;a:Lfxw$a;
-
AUTHORIZING
- Mappings:
Namespace Name Mixin selector named AUTHORIZING
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;AUTHORIZING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;
intermediary field_46194
Lnet/minecraft/class_635$class_8798;field_46194:Lnet/minecraft/class_635$class_8798;
official b
Lfxw$a;b:Lfxw$a;
-
ENCRYPTING
- Mappings:
Namespace Name Mixin selector named ENCRYPTING
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;ENCRYPTING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;
intermediary field_46195
Lnet/minecraft/class_635$class_8798;field_46195:Lnet/minecraft/class_635$class_8798;
official c
Lfxw$a;c:Lfxw$a;
-
JOINING
- Mappings:
Namespace Name Mixin selector named JOINING
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;JOINING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;
intermediary field_46196
Lnet/minecraft/class_635$class_8798;field_46196:Lnet/minecraft/class_635$class_8798;
official d
Lfxw$a;d:Lfxw$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;name:Lnet/minecraft/text/Text;
intermediary field_46197
Lnet/minecraft/class_635$class_8798;field_46197:Lnet/minecraft/class_2561;
official e
Lfxw$a;e:Lxp;
-
prevStates
- Mappings:
Namespace Name Mixin selector named prevStates
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;prevStates:Ljava/util/Set;
intermediary field_46198
Lnet/minecraft/class_635$class_8798;field_46198:Ljava/util/Set;
official f
Lfxw$a;f:Ljava/util/Set;
-
-
Constructor Details
-
State
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/network/ClientLoginNetworkHandler$State;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;Ljava/util/Set;)V
intermediary <init>
Lnet/minecraft/class_635$class_8798;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;Ljava/util/Set;)V
official <init>
Lfxw$a;<init>(Ljava/lang/String;ILxp;Ljava/util/Set;)V
-
-
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
-