Uses of Class
net.minecraft.item.ArmorMaterial
-
Packages that use ArmorMaterial Package Description net.minecraft.item -
-
Uses of ArmorMaterial in net.minecraft.item
Methods in net.minecraft.item that return ArmorMaterial Modifier and Type Method Description static ArmorMaterial
ArmorMaterial. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ArmorMaterial[]
ArmorMaterial. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-