Uses of Enum Class
org.geysermc.geyser.inventory.item.Enchantment
Packages that use Enchantment
-
Uses of Enchantment in org.geysermc.geyser.inventory.item
Methods in org.geysermc.geyser.inventory.item that return EnchantmentModifier and TypeMethodDescriptionstatic Enchantment
Enchantment.getByBedrockId(int bedrockId)
static Enchantment
Enchantment.getByJavaIdentifier(String javaIdentifier)
static Enchantment
Returns the enum constant of this class with the specified name.static Enchantment[]
Enchantment.values()
Returns an array containing the constants of this enum class, in the order they are declared.