Class BlockWallTileDeepslate

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

@PowerNukkitOnly @Since("FUTURE") public class BlockWallTileDeepslate extends BlockWallBase
Author:
GoodLucky777
  • Constructor Details

  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in class Block
    • getName

      public String getName()
      Specified by:
      getName in class Block
    • getHardness

      public double getHardness()
      Description copied from class: Block
      控制方块硬度
      Overrides:
      getHardness in class BlockWallBase
      Returns:
      方块的硬度
    • getResistance

      public double getResistance()
      Description copied from class: Block
      控制方块爆炸抗性
      Overrides:
      getResistance in class BlockWallBase
      Returns:
      方块的爆炸抗性
    • getToolTier

      public int getToolTier()
      Description copied from class: Block
      控制挖掘方块的最低工具级别(木质、石质...)
      Overrides:
      getToolTier in class Block
      Returns:
      挖掘方块的最低工具级别
    • getColor

      public BlockColor getColor()
      Overrides:
      getColor in class BlockTransparentMeta