Uses of Enum Class
net.minecraft.client.network.ClientLoginNetworkHandler.State
-
Uses of ClientLoginNetworkHandler.State in net.minecraft.client.network
Modifier and TypeFieldDescription(package private) final Set<ClientLoginNetworkHandler.State>
ClientLoginNetworkHandler.State.prevStates
private final AtomicReference<ClientLoginNetworkHandler.State>
ClientLoginNetworkHandler.state
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClientLoginNetworkHandler.State[]
ClientLoginNetworkHandler.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate void
ClientLoginNetworkHandler.switchTo
(ClientLoginNetworkHandler.State state) ModifierConstructorDescriptionprivate
State
(Text name, Set<ClientLoginNetworkHandler.State> prevStates)