Class BlockWarpedWallSign

All Implemented Interfaces:
BlockEntityHolder<BlockEntitySign>, BlockID, IBlockState, IMutableBlockState, AxisAlignedBB, Metadatable, Faceable, Cloneable

@PowerNukkitOnly @Since("1.4.0.0-PN") public class BlockWarpedWallSign extends BlockWallSign
  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Overrides:
      getId in class BlockWallSign
    • getPostId

      @PowerNukkitOnly protected int getPostId()
      Overrides:
      getPostId in class BlockWallSign
    • getName

      public String getName()
      Overrides:
      getName in class BlockWallSign
    • toItem

      public Item toItem()
      Overrides:
      toItem in class BlockSignPost
    • getBurnChance

      public int getBurnChance()
      Description copied from class: Block
      这个值越大,这个方块本身越容易起火 返回-1,这个方块不能被点燃

      The higher this value, the more likely the block itself is to catch fire

      Overrides:
      getBurnChance in class Block
      Returns:
      the burn chance
    • getBurnAbility

      public int getBurnAbility()
      Description copied from class: Block
      这个值越大,越有可能被旁边的火焰引燃

      The higher this value, the more likely it is to be ignited by the fire next to it

      Overrides:
      getBurnAbility in class Block