Package net.minecraft.world.item
Interface ArmorMaterial
- All Known Implementing Classes:
ArmorMaterials
public interface ArmorMaterial
-
Method Summary
Modifier and TypeMethodDescriptionint
getDefenseForSlot
(EquipmentSlot p_40411_) int
getDurabilityForSlot
(EquipmentSlot p_40410_) int
float
getName()
float
-
Method Details
-
getDurabilityForSlot
-
getDefenseForSlot
-
getEnchantmentValue
int getEnchantmentValue() -
getEquipSound
SoundEvent getEquipSound() -
getRepairIngredient
Ingredient getRepairIngredient() -
getName
String getName() -
getToughness
float getToughness() -
getKnockbackResistance
float getKnockbackResistance()
-