Uses of Class
net.minecraft.enchantment.EnchantmentType
-
Packages that use EnchantmentType Package Description net.minecraft.enchantment net.minecraft.item net.minecraftforge.debug.gameplay.loot -
-
Uses of EnchantmentType in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EnchantmentType Modifier and Type Field Description EnchantmentTypeEnchantment. categoryMethods in net.minecraft.enchantment that return EnchantmentType Modifier and Type Method Description static EnchantmentTypeEnchantmentType. create(java.lang.String name, java.util.function.Predicate<Item> delegate)static EnchantmentTypeEnchantmentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnchantmentType[]EnchantmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.enchantment with parameters of type EnchantmentType Constructor Description Enchantment(Enchantment.Rarity p_i46731_1_, EnchantmentType p_i46731_2_, EquipmentSlotType[] p_i46731_3_)LootBonusEnchantment(Enchantment.Rarity p_i46726_1_, EnchantmentType p_i46726_2_, EquipmentSlotType... p_i46726_3_)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 EnchantmentType Modifier and Type Field Description private EnchantmentType[]ItemGroup. enchantmentCategoriesMethods in net.minecraft.item that return EnchantmentType Modifier and Type Method Description EnchantmentType[]ItemGroup. getEnchantmentCategories()Methods in net.minecraft.item with parameters of type EnchantmentType Modifier and Type Method Description booleanItemGroup. hasEnchantmentCategory(EnchantmentType p_111226_1_)ItemGroupItemGroup. 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 EnchantmentType Constructor Description SmelterEnchantment(Enchantment.Rarity rarityIn, EnchantmentType typeIn, EquipmentSlotType... slots)
-