Uses of Enum Class
io.papermc.paper.inventory.ItemRarity
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
-
Uses of ItemRarity in io.papermc.paper.inventory
Modifier and TypeMethodDescriptionstatic ItemRarity
Returns the enum constant of this class with the specified name.static ItemRarity[]
ItemRarity.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemRarity in org.bukkit
Modifier and TypeMethodDescriptionMaterial.getItemRarity()
Returns the item rarity for the item.UnsafeValues.getItemRarity
(Material material) Deprecated.Gets the item rarity of a material.UnsafeValues.getItemStackRarity
(ItemStack itemStack) Deprecated.Gets the item rarity of the itemstack. -
Uses of ItemRarity in org.bukkit.inventory