public interface ArmorMaterial
Modifier and Type | Method and Description |
---|---|
int |
getDurability(EquipmentSlot slot) |
int |
getEnchantability() |
SoundEvent |
getEquipSound() |
float |
getKnockbackResistance() |
String |
getName() |
int |
getProtectionAmount(EquipmentSlot slot) |
Ingredient |
getRepairIngredient() |
float |
getToughness() |
int getDurability(EquipmentSlot slot)
int getProtectionAmount(EquipmentSlot slot)
int getEnchantability()
SoundEvent getEquipSound()
Ingredient getRepairIngredient()
@Environment(value=CLIENT) String getName()
float getToughness()
float getKnockbackResistance()