Uses of Enum Class
io.papermc.paper.enchantments.EnchantmentRarity
Package
Description
Classes relating to the specialized enhancements to
item stacks
, as part of the meta data
.-
Uses of EnchantmentRarity in io.papermc.paper.enchantments
Modifier and TypeMethodDescriptionstatic EnchantmentRarity
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 EnchantmentRarity[]
EnchantmentRarity.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 EnchantmentRarity in org.bukkit.enchantments
Modifier and TypeMethodDescriptionabstract EnchantmentRarity
Enchantment.getRarity()
Deprecated, for removal: This API element is subject to removal in a future version.As of 1.20.5 enchantments do not have a rarity.EnchantmentWrapper.getRarity()
Deprecated.