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