Uses of Enum Class
org.bukkit.inventory.recipe.CookingBookCategory
Packages that use CookingBookCategory
Package
Description
Classes involved in manipulating player inventories and item interactions.
New location for recipe-related classes.
-
Uses of CookingBookCategory in org.bukkit.inventory
Methods in org.bukkit.inventory that return CookingBookCategoryModifier and TypeMethodDescriptionCookingRecipe.getCategory()Gets the category which this recipe will appear in the recipe book under.Methods in org.bukkit.inventory with parameters of type CookingBookCategoryModifier and TypeMethodDescriptionvoidCookingRecipe.setCategory(CookingBookCategory category) Sets the category which this recipe will appear in the recipe book under. -
Uses of CookingBookCategory in org.bukkit.inventory.recipe
Subclasses with type arguments of type CookingBookCategory in org.bukkit.inventory.recipeModifier and TypeClassDescriptionenumRepresents categories within the cooking recipe book.Methods in org.bukkit.inventory.recipe that return CookingBookCategoryModifier and TypeMethodDescriptionstatic CookingBookCategoryReturns the enum constant of this class with the specified name.static CookingBookCategory[]CookingBookCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.