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.enchantmentCategoriesMethods in net.minecraft.world.item that return EnchantmentCategoryMethods in net.minecraft.world.item with parameters of type EnchantmentCategoryModifier and TypeMethodDescriptionbooleanCreativeModeTab.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 EnchantmentCategorystatic EnchantmentCategoryReturns 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 EnchantmentCategoryModifierConstructorDescriptionprotectedEnchantment(Enchantment.Rarity p_44676_, EnchantmentCategory p_44677_, EquipmentSlot[] p_44678_) protectedFishingSpeedEnchantment(Enchantment.Rarity p_45004_, EnchantmentCategory p_45005_, EquipmentSlot... p_45006_) protectedLootBonusEnchantment(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 EnchantmentCategoryModifierConstructorDescriptionprotectedSmelterEnchantment(Enchantment.Rarity rarityIn, EnchantmentCategory typeIn, EquipmentSlot... slots)