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 int
getDefenseForSlot(EquipmentSlotType p_200902_1_)
int
getDurabilityForSlot(EquipmentSlotType p_200896_1_)
int
getEnchantmentValue()
SoundEvent
getEquipSound()
float
getKnockbackResistance()
java.lang.String
getName()
Ingredient
getRepairIngredient()
float
getToughness()
-
-
-
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()
-
-