Uses of Enum Class
io.papermc.paper.inventory.ItemRarity
Packages that use 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
Methods in io.papermc.paper.inventory that return ItemRarityModifier and TypeMethodDescriptionstatic ItemRarity
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ItemRarity[]
ItemRarity.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemRarity in org.bukkit
Methods in org.bukkit that return ItemRarityModifier and TypeMethodDescriptionMaterial.getItemRarity()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ItemRarity in org.bukkit.inventory
Methods in org.bukkit.inventory that return ItemRarityModifier and TypeMethodDescriptionItemStack.getRarity()
Deprecated, for removal: This API element is subject to removal in a future version.
ItemMeta.hasRarity()
andItemMeta.getRarity()