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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundContainerClosePacket(int p_131933_) ClientboundContainerClosePacket(FriendlyByteBuf p_178820_)  - 
Method Summary
Modifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_131939_) voidwrite(FriendlyByteBuf p_131941_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Field Details
- 
containerId
private final int containerId 
 - 
 - 
Constructor Details
- 
ClientboundContainerClosePacket
public ClientboundContainerClosePacket(int p_131933_)  - 
ClientboundContainerClosePacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getContainerId
public int getContainerId() 
 -