Uses of Enum Class
org.geysermc.geyser.inventory.item.Enchantment.JavaEnchantment
Packages that use Enchantment.JavaEnchantment
Package
Description
-
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.inventory.item
Methods in org.geysermc.geyser.inventory.item that return Enchantment.JavaEnchantmentModifier and TypeMethodDescriptionstatic Enchantment.JavaEnchantmentEnchantment.JavaEnchantment.getByJavaIdentifier(String javaIdentifier)static Enchantment.JavaEnchantmentEnchantment.JavaEnchantment.of(int index)static Enchantment.JavaEnchantmentReturns 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
Fields in org.geysermc.geyser.registry with type parameters of type Enchantment.JavaEnchantmentModifier and TypeFieldDescriptionRegistries.ENCHANTMENTSA registry holding data of all the known enchantments. -
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.registry.loader
Methods in org.geysermc.geyser.registry.loader that return types with arguments of type Enchantment.JavaEnchantmentModifier and TypeMethodDescription -
Uses of Enchantment.JavaEnchantment in org.geysermc.geyser.registry.type
Methods in org.geysermc.geyser.registry.type that return types with arguments of type Enchantment.JavaEnchantmentModifier and TypeMethodDescriptionEnchantmentData.incompatibleEnchantments()Returns the value of theincompatibleEnchantmentsrecord component.Constructor parameters in org.geysermc.geyser.registry.type with type arguments of type Enchantment.JavaEnchantmentModifierConstructorDescriptionEnchantmentData(int rarityMultiplier, int maxLevel, Set<Enchantment.JavaEnchantment> incompatibleEnchantments, it.unimi.dsi.fastutil.ints.IntSet validItems)Creates an instance of aEnchantmentDatarecord class.