Uses of Enum Class
net.minecraft.network.NetworkSide
Packages that use NetworkSide
Package
Description
The base package for all Minecraft classes.
-
Uses of NetworkSide in net.minecraft
Methods in net.minecraft that return NetworkSideModifier and TypeMethodDescriptiondefault NetworkSideclass_8697.method_52895()default NetworkSideclass_8701.method_52895() -
Uses of NetworkSide in net.minecraft.network
Fields in net.minecraft.network declared as NetworkSideModifier and TypeFieldDescriptionprivate final NetworkSideNetworkState.class_8698.field_45673private final NetworkSideClientConnection.sideThe side this connection is to.Fields in net.minecraft.network with type parameters of type NetworkSideModifier and TypeFieldDescriptionprivate final Map<NetworkSide,NetworkState.PacketHandler<?>> NetworkState.PacketHandlerInitializer.packetHandlersprivate final Map<NetworkSide,NetworkState.class_8698<?>> NetworkState.packetHandlersMethods in net.minecraft.network that return NetworkSideModifier and TypeMethodDescriptionNetworkSide.getOpposite()ClientConnection.getOppositeSide()Returns the opposite side of this connection, or the direction of the packets sent by this connection.ClientConnection.getSide()Returns the side of this connection, or the direction of the packets received by this connection.NetworkState.class_8698.method_52926()static 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 that return types with arguments of type NetworkSideModifier and TypeMethodDescriptionNetworkState.PacketHandlerInitializer.method_52930(NetworkState networkState) Methods in net.minecraft.network with parameters of type NetworkSideModifier and TypeMethodDescriptionstatic voidClientConnection.addHandlers(ChannelPipeline pipeline, NetworkSide side) Int2ObjectMap<Class<? extends Packet<?>>>NetworkState.getPacketIdToPacketMap(NetworkSide side) private static AttributeKey<NetworkState.class_8698<?>>ClientConnection.method_52908(NetworkSide networkSide) static voidClientConnection.method_52911(ChannelPipeline channelPipeline, NetworkSide networkSide) private static voidClientConnection.method_52916(ChannelPipeline channelPipeline, NetworkSide networkSide) NetworkState.method_52921(NetworkSide networkSide) NetworkState.PacketHandlerInitializer.setup(NetworkSide side, NetworkState.PacketHandler<T> handler) Constructors in net.minecraft.network with parameters of type NetworkSideModifierConstructorDescriptionclass_8698(NetworkState networkState, NetworkSide networkSide, NetworkState.PacketHandler<T> packetHandler) ClientConnection(NetworkSide side) -
Uses of NetworkSide in net.minecraft.network.listener
Methods in net.minecraft.network.listener that return NetworkSide -
Uses of NetworkSide in net.minecraft.util.profiling.jfr.sample
Fields in net.minecraft.util.profiling.jfr.sample declared as NetworkSideModifier and TypeFieldDescriptionprivate final NetworkSideNetworkIoStatistics.Packet.sideThe field for thesiderecord component.Methods in net.minecraft.util.profiling.jfr.sample that return NetworkSideModifier and TypeMethodDescriptionNetworkIoStatistics.Packet.side()Returns the value of thesiderecord component.Constructors in net.minecraft.util.profiling.jfr.sample with parameters of type NetworkSide