Uses of Enum Class
net.minecraft.network.NetworkState
Packages that use NetworkState
Package
Description
-
Uses of NetworkState in net.minecraft.network
Fields in net.minecraft.network declared as NetworkStateMethods in net.minecraft.network that return NetworkStateModifier and TypeMethodDescriptionConnectionIntent.getState()NetworkState.PacketHandler.getState()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 NetworkStateModifier and TypeMethodDescriptionNetworkState.PacketHandlerInitializer.createSideToHandlerMap(NetworkState state) Constructors in net.minecraft.network with parameters of type NetworkStateModifierConstructorDescriptionPacketHandler(NetworkState state, NetworkSide side, NetworkState.InternalPacketHandler<T> backingHandler) -
Uses of NetworkState in net.minecraft.network.listener
Methods in net.minecraft.network.listener that return NetworkStateModifier and TypeMethodDescriptiondefault NetworkStateClientConfigurationPacketListener.getState()default NetworkStateClientLoginPacketListener.getState()default NetworkStateClientPlayPacketListener.getState()default NetworkStateClientQueryPacketListener.getState()PacketListener.getState()default NetworkStateServerConfigurationPacketListener.getState()default NetworkStateServerHandshakePacketListener.getState()default NetworkStateServerLoginPacketListener.getState()default NetworkStateServerPlayPacketListener.getState()default NetworkStateServerQueryPacketListener.getState() -
Uses of NetworkState in net.minecraft.network.packet
Methods in net.minecraft.network.packet that return NetworkStateModifier and TypeMethodDescriptiondefault @Nullable NetworkStatePacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.c2s.config
Methods in net.minecraft.network.packet.c2s.config that return NetworkStateModifier and TypeMethodDescriptionReadyC2SPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.c2s.handshake
Methods in net.minecraft.network.packet.c2s.handshake that return NetworkStateModifier and TypeMethodDescriptionHandshakeC2SPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.c2s.login
Methods in net.minecraft.network.packet.c2s.login that return NetworkStateModifier and TypeMethodDescriptionEnterConfigurationC2SPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.c2s.play
Methods in net.minecraft.network.packet.c2s.play that return NetworkStateModifier and TypeMethodDescriptionAcknowledgeReconfigurationC2SPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.s2c.config
Methods in net.minecraft.network.packet.s2c.config that return NetworkStateModifier and TypeMethodDescriptionReadyS2CPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.s2c.login
Methods in net.minecraft.network.packet.s2c.login that return NetworkStateModifier and TypeMethodDescriptionLoginSuccessS2CPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return NetworkStateModifier and TypeMethodDescriptionEnterReconfigurationS2CPacket.getNewNetworkState()Returns a new network state to transition to, ornullto indicate no state change. -
Uses of NetworkState in net.minecraft.util.profiling.jfr
Methods in net.minecraft.util.profiling.jfr with parameters of type NetworkStateModifier and TypeMethodDescriptionvoidFlightProfiler.NoopProfiler.onPacketReceived(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.onPacketReceived(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes) voidJfrProfiler.onPacketReceived(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.NoopProfiler.onPacketSent(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.onPacketSent(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes) voidJfrProfiler.onPacketSent(NetworkState state, int packetId, SocketAddress remoteAddress, int bytes)