public interface IArmorMaterial
Modifier and Type | Method and Description |
---|---|
int |
getDamageReductionAmount(EquipmentSlotType slotIn) |
int |
getDurability(EquipmentSlotType slotIn) |
int |
getEnchantability() |
java.lang.String |
getName() |
Ingredient |
getRepairMaterial() |
SoundEvent |
getSoundEvent() |
float |
getToughness() |
int getDurability(EquipmentSlotType slotIn)
int getDamageReductionAmount(EquipmentSlotType slotIn)
int getEnchantability()
SoundEvent getSoundEvent()
Ingredient getRepairMaterial()
java.lang.String getName()
float getToughness()