Class ItemBootsIron

All Implemented Interfaces:
BlockID, ItemDurable, ItemID, Cloneable

public class ItemBootsIron extends ItemArmor
Author:
MagicDroidX (Nukkit Project)
  • Constructor Details

    • ItemBootsIron

      public ItemBootsIron()
    • ItemBootsIron

      public ItemBootsIron(Integer meta)
    • ItemBootsIron

      public ItemBootsIron(Integer meta, int count)
  • Method Details

    • getTier

      public int getTier()
      Description copied from class: Item
      定义物品的挖掘等级

      Define the item Tier level

      Overrides:
      getTier in class Item
      Returns:
    • isBoots

      public boolean isBoots()
      Description copied from class: Item
      定义物品是否为靴子

      Define if the item is a Boots

      Overrides:
      isBoots in class Item
      Returns:
    • getArmorPoints

      public int getArmorPoints()
      Description copied from class: Item
      定义物品的护甲值

      Define the Armour value of an item

      Overrides:
      getArmorPoints in class Item
      Returns:
    • getMaxDurability

      public int getMaxDurability()
      Description copied from class: Item
      定义物品最大耐久值

      Define the maximum durability value of the item

      Overrides:
      getMaxDurability in class Item
      Returns: