Uses of Enum Class
net.minecraft.client.network.ClientLoginNetworkHandler.State
Packages that use ClientLoginNetworkHandler.State
-
Uses of ClientLoginNetworkHandler.State in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type ClientLoginNetworkHandler.StateModifier and TypeFieldDescription(package private) final Set<ClientLoginNetworkHandler.State> ClientLoginNetworkHandler.State.prevStatesprivate final AtomicReference<ClientLoginNetworkHandler.State> ClientLoginNetworkHandler.stateMethods in net.minecraft.client.network that return ClientLoginNetworkHandler.StateModifier 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.Methods in net.minecraft.client.network with parameters of type ClientLoginNetworkHandler.StateModifier and TypeMethodDescriptionprivate voidClientLoginNetworkHandler.switchTo(ClientLoginNetworkHandler.State state) Constructor parameters in net.minecraft.client.network with type arguments of type ClientLoginNetworkHandler.StateModifierConstructorDescriptionprivateState(Text name, Set<ClientLoginNetworkHandler.State> prevStates)