Uses of Enum Class
net.minecraft.enchantment.EnchantmentTarget
-
Uses of EnchantmentTarget in net.minecraft.enchantment
Modifier and TypeMethodDescriptionstatic EnchantmentTarget
Returns the enum constant of this class with the specified name.static EnchantmentTarget[]
EnchantmentTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionprotected
Enchantment
(Enchantment.Rarity rarity, EnchantmentTarget target, EquipmentSlot[] slotTypes) protected
LuckEnchantment
(Enchantment.Rarity rarity, EnchantmentTarget target, EquipmentSlot[] slotTypes) protected
LureEnchantment
(Enchantment.Rarity rarity, EnchantmentTarget target, EquipmentSlot[] slotTypes) -
Uses of EnchantmentTarget in net.minecraft.item
Modifier and TypeMethodDescriptionprivate static void
ItemGroups.addAllLevelEnchantedBooks
(ItemGroup.Entries entries, RegistryWrapper<Enchantment> registryWrapper, Set<EnchantmentTarget> enchantmentTargets, ItemGroup.StackVisibility visibility) private static void
ItemGroups.addMaxLevelEnchantedBooks
(ItemGroup.Entries entries, RegistryWrapper<Enchantment> registryWrapper, Set<EnchantmentTarget> enchantmentTargets, ItemGroup.StackVisibility visibility)