Class BlockFenceWarped

All Implemented Interfaces:
BlockConnectable, BlockID, IBlockState, IMutableBlockState, AxisAlignedBB, Metadatable, Cloneable

@PowerNukkitOnly @Since("1.4.0.0-PN") public class BlockFenceWarped extends BlockFenceBase
Since:
2015/12/7
Author:
xtypr
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class BlockFence
    • getId

      public int getId()
      Overrides:
      getId in class BlockFence
    • 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 BlockFence
      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 BlockFence