CraftingBookData

case
class CraftingBookData(action: VarInt, recipeId: Option[Int], craftingBookOpen: Option[Boolean], craftingFilter: Option[Boolean])

CraftingBookData is sent when the player interacts with the crafting book.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product