Class ItemBootsNetherite

All Implemented Interfaces:
BlockID, ItemDurable, ItemID, Cloneable

@Since("1.4.0.0-PN") public class ItemBootsNetherite extends ItemArmor
  • Constructor Details

    • ItemBootsNetherite

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

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

      @Since("1.4.0.0-PN") public ItemBootsNetherite(Integer meta, int count)
  • Method Details

    • getTier

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

      public boolean isBoots()
      Overrides:
      isBoots in class Item
    • getArmorPoints

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

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

      public int getToughness()
      Overrides:
      getToughness 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