Class ItemAxeWood

All Implemented Interfaces:
BlockID, ItemDurable, ItemID, Cloneable

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

    • ItemAxeWood

      public ItemAxeWood()
    • ItemAxeWood

      public ItemAxeWood(Integer meta)
    • ItemAxeWood

      public ItemAxeWood(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