Package net.minecraft.item
Interface IArmorMaterial
- All Known Implementing Classes:
ArmorMaterial
public interface IArmorMaterial
-
Method Summary
Modifier and TypeMethodDescriptionint
getDefenseForSlot
(EquipmentSlotType p_200902_1_) int
getDurabilityForSlot
(EquipmentSlotType p_200896_1_) 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()
-