Uses of Enum Class
net.minecraft.enchantment.EnchantmentType
Packages that use EnchantmentType
Package
Description
-
Uses of EnchantmentType in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EnchantmentTypeMethods in net.minecraft.enchantment that return EnchantmentTypeModifier and TypeMethodDescriptionstatic EnchantmentType
static EnchantmentType
Returns the enum constant of this class with the specified name.static EnchantmentType[]
EnchantmentType.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 EnchantmentTypeModifierConstructorDescriptionprotected
Enchantment
(Enchantment.Rarity p_i46731_1_, EnchantmentType p_i46731_2_, EquipmentSlotType[] p_i46731_3_) protected
LootBonusEnchantment
(Enchantment.Rarity p_i46726_1_, EnchantmentType p_i46726_2_, EquipmentSlotType... p_i46726_3_) protected
LureEnchantment
(Enchantment.Rarity p_i46729_1_, EnchantmentType p_i46729_2_, EquipmentSlotType... p_i46729_3_) -
Uses of EnchantmentType in net.minecraft.item
Fields in net.minecraft.item declared as EnchantmentTypeMethods in net.minecraft.item that return EnchantmentTypeMethods in net.minecraft.item with parameters of type EnchantmentTypeModifier and TypeMethodDescriptionboolean
ItemGroup.hasEnchantmentCategory
(EnchantmentType p_111226_1_) ItemGroup.setEnchantmentCategories
(EnchantmentType... p_111229_1_) -
Uses of EnchantmentType in net.minecraftforge.debug.gameplay.loot
Constructors in net.minecraftforge.debug.gameplay.loot with parameters of type EnchantmentTypeModifierConstructorDescriptionprotected
SmelterEnchantment
(Enchantment.Rarity rarityIn, EnchantmentType typeIn, EquipmentSlotType... slots)