SetSlotPacket

data class SetSlotPacket(val windowId: Byte, val stateId: Int, val slot: Short) : ClientBoundPacket

Set Container Slot | 0x12 | play | clientbound

Parameters

windowId

windowId

stateId

stateId

slot

slot

See also

Constructors

Link copied to clipboard
constructor(windowId: Byte, stateId: Int, slot: Short)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val slot: Short
Link copied to clipboard
Link copied to clipboard