Class ClientboundContainerClosePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundContainerClosePacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
public class ClientboundContainerClosePacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundContainerClosePacket(int p_131933_) ClientboundContainerClosePacket(FriendlyByteBuf p_178820_) 
- 
Method SummaryModifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_131939_) voidwrite(FriendlyByteBuf p_131941_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
containerIdprivate final int containerId
 
- 
- 
Constructor Details- 
ClientboundContainerClosePacketpublic ClientboundContainerClosePacket(int p_131933_) 
- 
ClientboundContainerClosePacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getContainerIdpublic int getContainerId()
 
-