Class ClientboundContainerSetSlotPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundContainerSetSlotPacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
public class ClientboundContainerSetSlotPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate final intprivate final ItemStackstatic final intprivate final intprivate final int - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundContainerSetSlotPacket(int p_131982_, int p_182713_, int p_131983_, ItemStack p_131984_) ClientboundContainerSetSlotPacket(FriendlyByteBuf p_178829_)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetItem()intgetSlot()intvoidhandle(ClientGamePacketListener p_131990_) voidwrite(FriendlyByteBuf p_131993_) 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 
- 
Field Details
- 
CARRIED_ITEM
public static final int CARRIED_ITEM- See Also:
 
 - 
PLAYER_INVENTORY
public static final int PLAYER_INVENTORY- See Also:
 
 - 
containerId
private final int containerId - 
stateId
private final int stateId - 
slot
private final int slot - 
itemStack
 
 - 
 - 
Constructor Details
- 
ClientboundContainerSetSlotPacket
public ClientboundContainerSetSlotPacket(int p_131982_, int p_182713_, int p_131983_, ItemStack p_131984_)  - 
ClientboundContainerSetSlotPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getContainerId
public int getContainerId() - 
getSlot
public int getSlot() - 
getItem
 - 
getStateId
public int getStateId() 
 -