Package net.minecraft.item
Interface ArmorMaterial
- All Known Implementing Classes:
ArmorMaterials
public interface ArmorMaterial
-
Method Summary
Modifier and Type Method Description intgetDurability(EquipmentSlot slot)intgetEnchantability()SoundEventgetEquipSound()floatgetKnockbackResistance()StringgetName()intgetProtectionAmount(EquipmentSlot slot)IngredientgetRepairIngredient()floatgetToughness()
-
Method Details
-
getDurability
-
getProtectionAmount
-
getEnchantability
int getEnchantability() -
getEquipSound
SoundEvent getEquipSound() -
getRepairIngredient
Ingredient getRepairIngredient() -
getName
-
getToughness
float getToughness() -
getKnockbackResistance
float getKnockbackResistance()
-