HeldItemSlotPacket

data class HeldItemSlotPacket(val slot: Byte) : ClientBoundPacket

Set Held Item | 0x49 | play | clientbound

Parameters

slot

slot

See also

Constructors

Link copied to clipboard
constructor(slot: Byte)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val slot: Byte