PickItemPacket

data class PickItemPacket(val slot: Int) : ServerBoundPacket

Pick Item | 0x19 | play | serverbound

Parameters

slot

slot

See also

Constructors

Link copied to clipboard
constructor(slot: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val slot: Int