Uses of Enum Class
net.minecraft.network.NetworkSide
Packages that use NetworkSide
-
Uses of NetworkSide in net.minecraft.network
Fields in net.minecraft.network declared as NetworkSideModifier and TypeFieldDescriptionprivate final NetworkSideClientConnection.field_11556private final NetworkSideDecoderHandler.field_8468private final NetworkSidePacketEncoder.field_8471Fields in net.minecraft.network with type parameters of type NetworkSideMethods in net.minecraft.network that return NetworkSideModifier and TypeMethodDescriptionstatic NetworkSideReturns the enum constant of this class with the specified name.static NetworkSide[]NetworkSide.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 NetworkSideModifier and TypeMethodDescriptionPacket<?>NetworkState.method_10597(NetworkSide networkSide, int int2) NetworkState.method_10598(NetworkSide networkSide, Packet<?> packet) protected NetworkStateNetworkState.method_10599(NetworkSide networkSide, Class<? extends Packet<?>> class2) Constructors in net.minecraft.network with parameters of type NetworkSideModifierConstructorDescriptionClientConnection(NetworkSide networkSide) DecoderHandler(NetworkSide networkSide) PacketEncoder(NetworkSide networkSide)