Uses of Enum Class
org.bukkit.inventory.CreativeCategory
Packages that use CreativeCategory
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
-
Uses of CreativeCategory in org.bukkit
Methods in org.bukkit that return CreativeCategoryModifier and TypeMethodDescriptionMaterial.getCreativeCategory()
Get theCreativeCategory
to which this material belongs.UnsafeValues.getCreativeCategory
(Material material) Deprecated. -
Uses of CreativeCategory in org.bukkit.inventory
Methods in org.bukkit.inventory that return CreativeCategoryModifier and TypeMethodDescriptionstatic CreativeCategory
Returns the enum constant of this class with the specified name.static CreativeCategory[]
CreativeCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.