Uses of Enum Class
net.minecraft.world.item.enchantment.EnchantmentCategory
Packages that use EnchantmentCategory
Package
Description
-
Uses of EnchantmentCategory in net.minecraft.world.item
Fields in net.minecraft.world.item declared as EnchantmentCategoryModifier and TypeFieldDescriptionprivate EnchantmentCategory[]
CreativeModeTab.enchantmentCategories
Methods in net.minecraft.world.item that return EnchantmentCategoryMethods in net.minecraft.world.item with parameters of type EnchantmentCategoryModifier and TypeMethodDescriptionboolean
CreativeModeTab.hasEnchantmentCategory
(EnchantmentCategory p_40777_) CreativeModeTab.setEnchantmentCategories
(EnchantmentCategory... p_40782_) -
Uses of EnchantmentCategory in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment declared as EnchantmentCategoryMethods in net.minecraft.world.item.enchantment that return EnchantmentCategoryModifier and TypeMethodDescriptionstatic EnchantmentCategory
static EnchantmentCategory
Returns the enum constant of this class with the specified name.static EnchantmentCategory[]
EnchantmentCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.item.enchantment with parameters of type EnchantmentCategoryModifierConstructorDescriptionprotected
Enchantment
(Enchantment.Rarity p_44676_, EnchantmentCategory p_44677_, EquipmentSlot[] p_44678_) protected
FishingSpeedEnchantment
(Enchantment.Rarity p_45004_, EnchantmentCategory p_45005_, EquipmentSlot... p_45006_) protected
LootBonusEnchantment
(Enchantment.Rarity p_45087_, EnchantmentCategory p_45088_, EquipmentSlot... p_45089_) -
Uses of EnchantmentCategory in net.minecraftforge.debug.gameplay.loot
Constructors in net.minecraftforge.debug.gameplay.loot with parameters of type EnchantmentCategoryModifierConstructorDescriptionprotected
SmelterEnchantment
(Enchantment.Rarity rarityIn, EnchantmentCategory typeIn, EquipmentSlot... slots)