Uses of Enum Class
net.minecraft.enchantment.ProtectionEnchantment.ProtectionType
Packages that use ProtectionEnchantment.ProtectionType
-
Uses of ProtectionEnchantment.ProtectionType in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as ProtectionEnchantment.ProtectionTypeMethods in net.minecraft.enchantment that return ProtectionEnchantment.ProtectionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProtectionEnchantment.ProtectionType[]ProtectionEnchantment.ProtectionType.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 ProtectionEnchantment.ProtectionTypeModifierConstructorDescriptionProtectionEnchantment(Enchantment.Rarity rarity, ProtectionEnchantment.ProtectionType protectionType, EquipmentSlot[] damageType)