Uses of Class
net.minecraft.enchantment.ProtectionEnchantment.Type
| Package | Description |
|---|---|
| net.minecraft.enchantment |
-
Uses of ProtectionEnchantment.Type in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as ProtectionEnchantment.Type Modifier and Type Field Description ProtectionEnchantment.TypeProtectionEnchantment. protectionTypeMethods in net.minecraft.enchantment that return ProtectionEnchantment.Type Modifier and Type Method Description static ProtectionEnchantment.TypeProtectionEnchantment.Type. valueOf(String name)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.Type Constructor Description ProtectionEnchantment(Enchantment.Rarity weight, ProtectionEnchantment.Type protectionType, EquipmentSlot[] slotTypes)