Interface HTEquipmentMaterial
-
- All Implemented Interfaces:
public interface HTEquipmentMaterial装備品の素材を表すインターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetEnchantmentValue()この素材のエンチャント値を取得します。 abstract IngredientgetRepairIngredient()この素材の修理に必要な材料を取得します。 -
-
Method Detail
-
getEnchantmentValue
abstract Integer getEnchantmentValue()
この素材のエンチャント値を取得します。
-
getRepairIngredient
abstract Ingredient getRepairIngredient()
この素材の修理に必要な材料を取得します。
-
-
-
-