Uses of Enum Class
net.minecraft.world.item.enchantment.EnchantmentCategory
Package
Description
-
Uses of EnchantmentCategory in net.minecraft.world.item
Modifier and TypeFieldDescriptionprivate EnchantmentCategory[]
CreativeModeTab.enchantmentCategories
Modifier and TypeMethodDescriptionboolean
CreativeModeTab.hasEnchantmentCategory
(EnchantmentCategory p_40777_) CreativeModeTab.setEnchantmentCategories
(EnchantmentCategory... p_40782_) -
Uses of EnchantmentCategory in net.minecraft.world.item.enchantment
Modifier 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.ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionprotected
SmelterEnchantment
(Enchantment.Rarity rarityIn, EnchantmentCategory typeIn, EquipmentSlot... slots)