public interface KnowledgeBookMeta extends ItemMeta
ItemMeta.Spigot
Modifier and Type | Method and Description |
---|---|
void |
addRecipe(NamespacedKey... recipes)
Adds new recipe to the end of the book.
|
KnowledgeBookMeta |
clone() |
List<NamespacedKey> |
getRecipes()
Gets all the recipes in the book.
|
boolean |
hasRecipes()
Checks for the existence of recipes in the book.
|
void |
setRecipes(List<NamespacedKey> recipes)
Clears the existing book recipes, and sets the book to use the provided
recipes.
|
addEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeEnchant, removeItemFlags, setDisplayName, setLocalizedName, setLore, setUnbreakable, spigot
serialize
boolean hasRecipes()
List<NamespacedKey> getRecipes()
void setRecipes(List<NamespacedKey> recipes)
recipes
- A list of recipes to set the book to usevoid addRecipe(NamespacedKey... recipes)
recipes
- A list of recipe keysKnowledgeBookMeta clone()
Copyright © 2021. All rights reserved.