Class ItemAxeNetherite

All Implemented Interfaces:
BlockID, ItemDurable, ItemID, Cloneable

@Since("1.4.0.0-PN") public class ItemAxeNetherite extends ItemTool
  • Constructor Details

    • ItemAxeNetherite

      @Since("1.4.0.0-PN") public ItemAxeNetherite()
    • ItemAxeNetherite

      @Since("1.4.0.0-PN") public ItemAxeNetherite(Integer meta)
    • ItemAxeNetherite

      @Since("1.4.0.0-PN") public ItemAxeNetherite(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
    • isLavaResistant

      @PowerNukkitOnly public boolean isLavaResistant()
      Description copied from class: Item
      If the item is resistant to lava and fire and can float on lava like if it was on water.
      Overrides:
      isLavaResistant in class Item
    • canBreakShield

      @Since("1.19.21-r4") public boolean canBreakShield()
      Overrides:
      canBreakShield in class Item