Uses of Enum Class
org.bukkit.inventory.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
Modifier and TypeMethodDescriptionMaterial.getCreativeCategory()
Get theCreativeCategory
to which this material belongs.UnsafeValues.getCreativeCategory
(Material material) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CreativeCategory in org.bukkit.inventory
Modifier and TypeMethodDescriptionItemType.getCreativeCategory()
Deprecated.creative categories no longer exist on the serverstatic 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.