Uses of Enum Class
net.minecraft.network.NetworkState
Packages that use NetworkState
-
Uses of NetworkState in net.minecraft.network
Fields in net.minecraft.network declared as NetworkStateFields in net.minecraft.network with type parameters of type NetworkStateModifier and TypeFieldDescriptionstatic final AttributeKey<NetworkState>ClientConnection.ATTR_KEY_PROTOCOLprivate static final Map<Class<? extends Packet<?>>,NetworkState> NetworkState.PACKET_TO_STATEMethods 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<? extends Packet<?>> 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(String string, int int2, NetworkState networkState)