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
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final int - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundContainerSetDataPacket(int p_131963_, int p_131964_, int p_131965_) ClientboundContainerSetDataPacket(FriendlyByteBuf p_178825_)  - 
Method Summary
Modifier and TypeMethodDescriptionintintgetId()intgetValue()voidhandle(ClientGamePacketListener p_131971_) voidwrite(FriendlyByteBuf p_131974_) 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 - 
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:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getContainerId
public int getContainerId() - 
getId
public int getId() - 
getValue
public int getValue() 
 -