Uses of Class
net.minecraft.enchantment.ProtectionEnchantment.Type
-
Packages that use 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.Type
ProtectionEnchantment. type
Methods in net.minecraft.enchantment that return ProtectionEnchantment.Type Modifier and Type Method Description static ProtectionEnchantment.Type
ProtectionEnchantment.Type. valueOf(java.lang.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 p_i46723_1_, ProtectionEnchantment.Type p_i46723_2_, EquipmentSlotType... p_i46723_3_)
-