Uses of Class
net.minecraft.network.protocol.game.ClientboundContainerClosePacket
Packages that use ClientboundContainerClosePacket
-
Uses of ClientboundContainerClosePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundContainerClosePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleContainerClose
(ClientboundContainerClosePacket pPacket) Resets the ItemStack held in hand and closes the window that is opened -
Uses of ClientboundContainerClosePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundContainerClosePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundContainerClosePacket> GamePacketTypes.CLIENTBOUND_CONTAINER_CLOSE
static final StreamCodec
<FriendlyByteBuf, ClientboundContainerClosePacket> ClientboundContainerClosePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundContainerClosePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundContainerClosePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleContainerClose
(ClientboundContainerClosePacket pPacket) Resets the ItemStack held in hand and closes the window that is opened