OpenBookPacket

data class OpenBookPacket(val hand: Int) : ClientBoundPacket

Open Book | 0x2b | play | clientbound

Parameters

hand

hand

See also

Constructors

Link copied to clipboard
constructor(hand: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val hand: Int