Package net.minecraft.world.item
Interface ArmorMaterial
- All Known Implementing Classes:
 ArmorMaterials
public interface ArmorMaterial
- 
Method Summary
Modifier and TypeMethodDescriptionintgetDefenseForType(ArmorItem.Type p_267168_) intgetDurabilityForType(ArmorItem.Type p_266807_) intfloatgetName()float 
- 
Method Details
- 
getDurabilityForType
 - 
getDefenseForType
 - 
getEnchantmentValue
int getEnchantmentValue() - 
getEquipSound
SoundEvent getEquipSound() - 
getRepairIngredient
Ingredient getRepairIngredient() - 
getName
String getName() - 
getToughness
float getToughness() - 
getKnockbackResistance
float getKnockbackResistance() 
 -