public interface IArmorMaterial
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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()