UseItemPacket

data class UseItemPacket(val hand: Int, val sequence: Int) : ServerBoundPacket

Use Item | 0x32 | play | serverbound

Parameters

hand

hand

sequence

sequence

See also

Constructors

Link copied to clipboard
constructor(hand: Int, sequence: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val hand: Int
Link copied to clipboard