Uses of Enum Class
net.minecraft.network.NetworkState
Packages that use NetworkState
Package
Description
-
Uses of NetworkState in net.minecraft.client
Methods in net.minecraft.client with parameters of type NetworkStateModifier and TypeMethodDescriptionvoidclass_1849.method_7455(NetworkState networkState, NetworkState networkState2) voidclass_1938.method_7455(NetworkState networkState, NetworkState networkState2) -
Uses of NetworkState in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type NetworkStateModifier and TypeMethodDescriptionvoidClientLoginNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) voidClientPlayNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) -
Uses of NetworkState in net.minecraft.network
Fields in net.minecraft.network declared as NetworkStateMethods in net.minecraft.network that return NetworkStateModifier and TypeMethodDescriptionstatic NetworkStateNetworkState.byId(int id) static NetworkStateNetworkState.getPacketHandlerState(Packet handler) protected NetworkStateNetworkState.registerClient2Server(int id, Class packetClass) protected NetworkStateNetworkState.registerServer2Client(int id, Class packetClass) 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 NetworkStateConstructors in net.minecraft.network with parameters of type NetworkStateModifierConstructorDescription(package private)class_1958(ClientConnection clientConnection, NetworkState networkState, NetworkState networkState2, Packet packet, GenericFutureListener[] genericFutureListener) -
Uses of NetworkState in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type NetworkStateModifier and TypeMethodDescriptionvoidPacketListener.method_7455(NetworkState networkState, NetworkState networkState2) -
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) -
Uses of NetworkState in net.minecraft.network.state
Subclasses of NetworkState in net.minecraft.network.stateModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class(package private) final class -
Uses of NetworkState in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type NetworkStateModifier and TypeMethodDescriptionvoidIntegratedServerHandshakeNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) voidServerHandshakeNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) voidServerLoginNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) voidServerPlayNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2) voidServerQueryNetworkHandler.method_7455(NetworkState networkState, NetworkState networkState2)