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