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, for removal: This API element is subject to removal in a future version. -
Uses of CreativeCategory in org.bukkit.inventory
Methods in org.bukkit.inventory that return CreativeCategoryModifier 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.