EditBookPacket

data class EditBookPacket(val hand: Int, val pages: List<String>, val hasTitle: Boolean, val title: String?) : ServerBoundPacket

Edit Book | 0x0d | play | serverbound

Parameters

hand

hand

pages

pages

hasTitle

title is present

title

title

See also

Constructors

Link copied to clipboard
constructor(hand: Int, pages: List<String>, hasTitle: Boolean, title: String?)

Types

Link copied to clipboard

Properties

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