Class ItemAxeGold

All Implemented Interfaces:
BlockID, ItemDurable, ItemID, Cloneable

public class ItemAxeGold extends ItemTool
Author:
MagicDroidX (Nukkit Project)
  • Constructor Details

    • ItemAxeGold

      public ItemAxeGold()
    • ItemAxeGold

      public ItemAxeGold(Integer meta)
    • ItemAxeGold

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

    • getMaxDurability

      public int getMaxDurability()
      Overrides:
      getMaxDurability in class Item
    • isAxe

      public boolean isAxe()
      Overrides:
      isAxe in class ItemTool
    • getTier

      public int getTier()
      Overrides:
      getTier in class Item
    • getAttackDamage

      public int getAttackDamage()
      Overrides:
      getAttackDamage in class Item