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_CLOSE
static final StreamCodec
<FriendlyByteBuf, ServerboundContainerClosePacket> ServerboundContainerClosePacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ServerGamePacketListener.handleContainerClose
(ServerboundContainerClosePacket p_133750_) -
Uses of ServerboundContainerClosePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundContainerClosePacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.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 TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleContainerClose
(ServerboundContainerClosePacket packet)