Package net.minecraft.item
Interface IArmorMaterial
-
- All Known Implementing Classes:
ArmorMaterial
public interface IArmorMaterial
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefenseForSlot(EquipmentSlotType p_200902_1_)intgetDurabilityForSlot(EquipmentSlotType p_200896_1_)intgetEnchantmentValue()SoundEventgetEquipSound()floatgetKnockbackResistance()java.lang.StringgetName()IngredientgetRepairIngredient()floatgetToughness()
-
-
-
Method Detail
-
getDurabilityForSlot
int getDurabilityForSlot(EquipmentSlotType p_200896_1_)
-
getDefenseForSlot
int getDefenseForSlot(EquipmentSlotType p_200902_1_)
-
getEnchantmentValue
int getEnchantmentValue()
-
getEquipSound
SoundEvent getEquipSound()
-
getRepairIngredient
Ingredient getRepairIngredient()
-
getName
java.lang.String getName()
-
getToughness
float getToughness()
-
getKnockbackResistance
float getKnockbackResistance()
-
-