Uses of Enum Class
net.minecraft.network.NetworkState
Packages that use NetworkState
-
Uses of NetworkState in net.minecraft
Subclasses of NetworkState in net.minecraftModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class(package private) final classConstructors in net.minecraft with parameters of type NetworkStateModifierConstructorDescription(package private)class_4886(ClientConnection clientConnection, NetworkState networkState, NetworkState networkState2, Packet packet, GenericFutureListener[] genericFutureListener) -
Uses of NetworkState in net.minecraft.network
Methods in net.minecraft.network that return NetworkStateModifier and TypeMethodDescriptionstatic NetworkStateNetworkState.byId(int id) static NetworkStateNetworkState.getPacketHandlerState(Packet handler) protected NetworkStateNetworkState.method_10599(NetworkSide networkSide, Class class2) static NetworkStateReturns the enum constant of this class with the specified name.static NetworkState[]NetworkState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network with parameters of type NetworkState -
Uses of NetworkState in net.minecraft.network.packet.c2s.handshake
Fields in net.minecraft.network.packet.c2s.handshake declared as NetworkStateMethods in net.minecraft.network.packet.c2s.handshake that return NetworkStateConstructors in net.minecraft.network.packet.c2s.handshake with parameters of type NetworkStateModifierConstructorDescriptionHandshakeC2SPacket(int version, String address, int port, NetworkState state)