RecipeBookPacket

data class RecipeBookPacket(val bookId: Int, val bookOpen: Boolean, val filterActive: Boolean) : ServerBoundPacket

Change Recipe Book Settings | 0x21 | play | serverbound

Parameters

bookId

bookId

bookOpen

bookOpen

filterActive

filterActive

See also

Constructors

Link copied to clipboard
constructor(bookId: Int, bookOpen: Boolean, filterActive: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val bookId: Int
Link copied to clipboard
Link copied to clipboard