Package org.bukkit.inventory.meta
Interface KnowledgeBookMeta
- All Superinterfaces:
- Cloneable,- ConfigurationSerializable,- ItemMeta,- PersistentDataHolder
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRecipe(@NotNull NamespacedKey... recipes) Adds new recipe to the end of the book.clone()Gets all the recipes in the book.booleanChecks for the existence of recipes in the book.voidsetRecipes(@NotNull List<NamespacedKey> recipes) Clears the existing book recipes, and sets the book to use the provided recipes.Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializableserializeMethods inherited from interface org.bukkit.inventory.meta.ItemMetaaddAttributeModifier, addEnchant, addItemFlags, displayName, displayName, getAsString, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCanDestroy, getCanPlaceOn, getCustomModelData, getCustomTagContainer, getDestroyableKeys, getDisplayName, getDisplayNameComponent, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, getLoreComponents, getPlaceableKeys, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDestroyableKeys, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, hasPlaceableKeys, isUnbreakable, lore, lore, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCanDestroy, setCanPlaceOn, setCustomModelData, setDestroyableKeys, setDisplayName, setDisplayNameComponent, setLocalizedName, setLore, setLoreComponents, setPlaceableKeys, setUnbreakable, setVersionMethods inherited from interface org.bukkit.persistence.PersistentDataHoldergetPersistentDataContainer
- 
Method Details- 
hasRecipesboolean hasRecipes()Checks for the existence of recipes in the book.- Returns:
- true if the book has recipes
 
- 
getRecipesGets all the recipes in the book.- Returns:
- list of all the recipes in the book
 
- 
setRecipesClears the existing book recipes, and sets the book to use the provided recipes.- Parameters:
- recipes- A list of recipes to set the book to use
 
- 
addRecipeAdds new recipe to the end of the book.- Parameters:
- recipes- A list of recipe keys
 
- 
clone
 
-