Interface HTArmorMaterial

  • All Implemented Interfaces:
    hiiragi283.core.api.item.equipment.HTEquipmentMaterial

    
    public interface HTArmorMaterial
     implements HTEquipmentMaterial
                        

    防具の素材をまとめたインターフェースです。

    Since:

    0.8.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface HTArmorMaterial.Delegated

      既存のArmorMaterialに実装を委譲したHTArmorMaterialの拡張インターフェースです。

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Float getToughness() 防具強度の値を取得します。
      abstract Float getKnockbackResistance() ノックバック耐性の値を取得します。
      abstract Holder<SoundEvent> getEquipSound() 装備時のSEを取得します。
      abstract Integer getArmorDefence(ArmorItem.Type type) 各部位から防御力の値を取得します。
      abstract Integer getArmorMultiplier() 防具の耐久値の倍率を取得します。
      • Methods inherited from class hiiragi283.core.api.item.equipment.HTEquipmentMaterial

        getEnchantmentValue, getRepairIngredient
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait