Class ItemIngotNetherite

java.lang.Object
cn.nukkit.item.Item
cn.nukkit.item.ItemIngotNetherite
All Implemented Interfaces:
BlockID, ItemID, Cloneable

@Since("1.4.0.0-PN") public class ItemIngotNetherite extends Item
  • Constructor Details

    • ItemIngotNetherite

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

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

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

    • 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