Uses of Enum Class
org.bukkit.inventory.recipe.CraftingBookCategory
Packages that use 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
Methods in org.bukkit.inventory that return CraftingBookCategoryModifier and TypeMethodDescription@NotNull CraftingBookCategory
CraftingRecipe.getCategory()
Gets the category which this recipe will appear in the recipe book under.Methods in org.bukkit.inventory with parameters of type CraftingBookCategoryModifier and TypeMethodDescriptionvoid
CraftingRecipe.setCategory
(@NotNull CraftingBookCategory category) Sets the category which this recipe will appear in the recipe book under. -
Uses of CraftingBookCategory in org.bukkit.inventory.recipe
Methods in org.bukkit.inventory.recipe that return CraftingBookCategoryModifier and TypeMethodDescriptionstatic CraftingBookCategory
Returns the enum constant of this class with the specified name.static CraftingBookCategory[]
CraftingBookCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.