Uses of Enum Class
org.geysermc.geyser.inventory.item.Enchantment.JavaEnchantment
Package
Description
-
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.inventory.item
Modifier and TypeMethodDescriptionstatic Enchantment.JavaEnchantment
Enchantment.JavaEnchantment.getByJavaIdentifier(String javaIdentifier)
static Enchantment.JavaEnchantment
Enchantment.JavaEnchantment.of(int index)
static Enchantment.JavaEnchantment
Returns the enum constant of this class with the specified name.static Enchantment.JavaEnchantment[]
Enchantment.JavaEnchantment.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.registry
Modifier and TypeFieldDescriptionRegistries.ENCHANTMENTS
A registry holding data of all the known enchantments. -
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.registry.loader
Modifier and TypeMethodDescription -
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.registry.type
Modifier and TypeMethodDescriptionEnchantmentData.incompatibleEnchantments()
Returns the value of theincompatibleEnchantments
record component.ModifierConstructorDescriptionEnchantmentData(int rarityMultiplier, int maxLevel, Set<Enchantment.JavaEnchantment> incompatibleEnchantments, it.unimi.dsi.fastutil.ints.IntSet validItems)
Creates an instance of aEnchantmentData
record class.