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()
      Description copied from class: Item
      定义物品的挖掘等级

      Define the item Tier level

      Overrides:
      getTier in class Item
    • isBoots

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

      Define if the item is a Boots

      Overrides:
      isBoots in class Item
    • getArmorPoints

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

      Define the Armour value of an item

      Overrides:
      getArmorPoints in class Item
    • getMaxDurability

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

      Define the maximum durability value of the item

      Overrides:
      getMaxDurability in class Item
    • getToughness

      public int getToughness()
      Description copied from class: Item
      定义物品的盔甲韧性

      Define the Armour Toughness of an item

      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