Uses of Enum Class
net.minecraft.network.NetworkSide
Packages that use NetworkSide
-
Uses of NetworkSide in net.minecraft
Fields in net.minecraft declared as NetworkSideModifier and TypeFieldDescriptionprivate final NetworkSideclass_6767.class_6769.directionThe field for thedirectionrecord component.Methods in net.minecraft that return NetworkSideModifier and TypeMethodDescriptionclass_6767.class_6769.direction()Returns the value of thedirectionrecord component.Constructors in net.minecraft with parameters of type NetworkSide -
Uses of NetworkSide in net.minecraft.network
Fields in net.minecraft.network declared as NetworkSideModifier and TypeFieldDescriptionprivate final NetworkSideClientConnection.sideThe side this connection is to.private final NetworkSideDecoderHandler.sideprivate final NetworkSidePacketEncoder.sideFields in net.minecraft.network with type parameters of type NetworkSideModifier and TypeFieldDescription(package private) final Map<NetworkSide,NetworkState.PacketHandler<?>> NetworkState.PacketHandlerInitializer.packetHandlersprivate final Map<NetworkSide,? extends NetworkState.PacketHandler<?>> 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.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 with parameters of type NetworkSideModifier and TypeMethodDescriptionNetworkState.getPacketHandler(NetworkSide side, int packetId, PacketByteBuf buf) NetworkState.getPacketId(NetworkSide side, Packet<?> packet) Int2ObjectMap<Class<? extends Packet<?>>>NetworkState.method_39498(NetworkSide networkSide) NetworkState.PacketHandlerInitializer.setup(NetworkSide side, NetworkState.PacketHandler<T> handler) Constructors in net.minecraft.network with parameters of type NetworkSideModifierConstructorDescriptionClientConnection(NetworkSide side) DecoderHandler(NetworkSide side) PacketEncoder(NetworkSide side)