Uses of Enum
net.minecraft.enchantment.ProtectionEnchantment.Type
Packages that use ProtectionEnchantment.Type
-
Uses of ProtectionEnchantment.Type in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as ProtectionEnchantment.TypeMethods in net.minecraft.enchantment that return ProtectionEnchantment.TypeModifier and TypeMethodDescriptionstatic ProtectionEnchantment.Type
Returns the enum constant of this type with the specified name.static ProtectionEnchantment.Type[]
ProtectionEnchantment.Type.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 ProtectionEnchantment.TypeModifierConstructorDescriptionProtectionEnchantment(Enchantment.Rarity weight, ProtectionEnchantment.Type protectionType, EquipmentSlot[] slotTypes)