Class ClientboundContainerSetDataPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundContainerSetDataPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundContainerSetDataPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final int
private final int
-
Constructor Summary
ConstructorDescriptionClientboundContainerSetDataPacket
(int p_131963_, int p_131964_, int p_131965_) ClientboundContainerSetDataPacket
(FriendlyByteBuf p_178825_) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getId()
int
getValue()
void
handle
(ClientGamePacketListener p_131971_) void
write
(FriendlyByteBuf p_131974_) 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 -
id
private final int id -
value
private final int value
-
-
Constructor Details
-
ClientboundContainerSetDataPacket
public ClientboundContainerSetDataPacket(int p_131963_, int p_131964_, int p_131965_) -
ClientboundContainerSetDataPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getContainerId
public int getContainerId() -
getId
public int getId() -
getValue
public int getValue()
-