接口 Repairable

所有超级接口:
Cloneable, ConfigurationSerializable, ItemMeta, PersistentDataHolder

public interface Repairable extends ItemMeta
代表可以在铁砧上修复的物品.
  • 方法详细资料

    • hasRepairCost

      boolean hasRepairCost()
      检测修复此物品是否需要消耗额外经验等级.

      原文: Checks to see if this has a repair penalty

      返回:
      修复此物品是否需要消耗额外经验等级
    • getRepairCost

      int getRepairCost()
      获取修复此物品所需的额外经验等级.

      原文: Gets the repair penalty

      返回:
      修复此物品所需的额外经验等级
    • setRepairCost

      void setRepairCost(int cost)
      设置修复此物品所需的额外经验等级.

      原文: Sets the repair penalty

      参数:
      cost - 修复此物品所需的额外经验等级
    • clone

      指定者:
      clone 在接口中 ItemMeta