Class ItemScrapNetherite

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

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

    • ItemScrapNetherite

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

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

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