Uses of Class
net.minecraft.network.protocol.game.ServerboundContainerClosePacket
Packages that use ServerboundContainerClosePacket
Package
Description
-
Uses of ServerboundContainerClosePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundContainerClosePacketModifier and TypeFieldDescriptionstatic final PacketType<ServerboundContainerClosePacket> GamePacketTypes.SERVERBOUND_CONTAINER_CLOSEstatic final StreamCodec<FriendlyByteBuf, ServerboundContainerClosePacket> ServerboundContainerClosePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundContainerClosePacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundContainerClosePacketModifier and TypeMethodDescriptionvoidServerGamePacketListener.handleContainerClose(ServerboundContainerClosePacket p_133750_) -
Uses of ServerboundContainerClosePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundContainerClosePacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.handleContainerClose(ServerboundContainerClosePacket p_9858_) -
Uses of ServerboundContainerClosePacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundContainerClosePacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleContainerClose(ServerboundContainerClosePacket packet)