Uses of Enum Class
net.minecraft.network.NetworkState
Packages that use NetworkState
Package
Description
The base package for all Minecraft classes.
-
Uses of NetworkState in net.minecraft
Methods in net.minecraft that return NetworkStateModifier and TypeMethodDescriptionclass_8588.method_52273()class_8591.method_52273()class_8593.method_52273()class_8733.method_52273()class_8736.method_52273()default NetworkStateclass_8732.method_52280()default NetworkStateclass_8735.method_52280()class_8592.method_52285() -
Uses of NetworkState in net.minecraft.network
Fields in net.minecraft.network declared as NetworkStateMethods in net.minecraft.network that return NetworkStateModifier and TypeMethodDescriptionNetworkState.class_8698.method_52922()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.method_52930(NetworkState networkState) Constructors in net.minecraft.network with parameters of type NetworkStateModifierConstructorDescriptionclass_8698(NetworkState networkState, NetworkSide networkSide, NetworkState.PacketHandler<T> packetHandler) -
Uses of NetworkState in net.minecraft.network.listener
Methods in net.minecraft.network.listener that return NetworkStateModifier and TypeMethodDescriptiondefault NetworkStateClientLoginPacketListener.method_52280()default NetworkStateClientPlayPacketListener.method_52280()default NetworkStateClientQueryPacketListener.method_52280()PacketListener.method_52280()default NetworkStateServerHandshakePacketListener.method_52280()default NetworkStateServerLoginPacketListener.method_52280()default NetworkStateServerPlayPacketListener.method_52280()default NetworkStateServerQueryPacketListener.method_52280() -
Uses of NetworkState in net.minecraft.network.packet
Methods in net.minecraft.network.packet that return NetworkState -
Uses of NetworkState in net.minecraft.network.packet.c2s.handshake
Methods in net.minecraft.network.packet.c2s.handshake that return NetworkState -
Uses of NetworkState in net.minecraft.network.packet.s2c.login
Methods in net.minecraft.network.packet.s2c.login that return NetworkState -
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 networkState, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.onPacketReceived(NetworkState networkState, int packetId, SocketAddress remoteAddress, int bytes) voidJfrProfiler.onPacketReceived(NetworkState networkState, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.NoopProfiler.onPacketSent(NetworkState networkState, int packetId, SocketAddress remoteAddress, int bytes) voidFlightProfiler.onPacketSent(NetworkState networkState, int packetId, SocketAddress remoteAddress, int bytes) voidJfrProfiler.onPacketSent(NetworkState networkState, int packetId, SocketAddress remoteAddress, int bytes)