Uses of Enum
org.bukkit.inventory.recipe.CraftingBookCategory
Package
Description
Classes involved in manipulating player inventories and item interactions.
New location for recipe-related classes.
-
Uses of CraftingBookCategory in org.bukkit.inventory
Modifier and TypeMethodDescriptionShapedRecipe.getCategory()
Gets the category which this recipe will appear in the recipe book under.ShapelessRecipe.getCategory()
Gets the category which this recipe will appear in the recipe book under.Modifier and TypeMethodDescriptionvoid
ShapedRecipe.setCategory
(CraftingBookCategory category) Sets the category which this recipe will appear in the recipe book under.void
ShapelessRecipe.setCategory
(CraftingBookCategory category) Sets the category which this recipe will appear in the recipe book under. -
Uses of CraftingBookCategory in org.bukkit.inventory.recipe
Modifier and TypeMethodDescriptionstatic CraftingBookCategory
Returns the enum constant of this type with the specified name.static CraftingBookCategory[]
CraftingBookCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.