Uses of Enum Class
net.minecraft.enchantment.EnchantmentTarget
Packages that use EnchantmentTarget
Package
Description
The base package for all Minecraft classes.
-
Uses of EnchantmentTarget in net.minecraft
Method parameters in net.minecraft with type arguments of type EnchantmentTargetModifier and TypeMethodDescription(package private) static voidclass_7706.method_45428(net.minecraft.item.ItemGroup.class_7704 class_7704, Set<EnchantmentTarget> set, net.minecraft.item.ItemGroup.class_7705 class_7705) (package private) static voidclass_7706.method_45430(net.minecraft.item.ItemGroup.class_7704 class_7704, Set<EnchantmentTarget> set, net.minecraft.item.ItemGroup.class_7705 class_7705) -
Uses of EnchantmentTarget in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EnchantmentTargetMethods in net.minecraft.enchantment that return EnchantmentTargetModifier and TypeMethodDescriptionstatic EnchantmentTargetReturns 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.Constructors in net.minecraft.enchantment with parameters of type EnchantmentTargetModifierConstructorDescriptionprotectedEnchantment(Enchantment.Rarity weight, EnchantmentTarget type, EquipmentSlot[] slotTypes) protectedLuckEnchantment(Enchantment.Rarity weight, EnchantmentTarget type, EquipmentSlot[] slotTypes) protectedLureEnchantment(Enchantment.Rarity weight, EnchantmentTarget type, EquipmentSlot[] slotTypes)