Class SignBlock

java.lang.Object
com.sk89q.worldedit.world.block.BaseBlock
com.sk89q.worldedit.blocks.SignBlock
All Implemented Interfaces:
TileEntityBlock, Pattern, BlockStateHolder<BaseBlock>, NbtValued

public class SignBlock extends BaseBlock
Represents a sign block.
  • Constructor Details

    • SignBlock

      public SignBlock(BlockState blockState, String[] text)
      Construct the sign with text.
      Parameters:
      blockState - The block state
      text - lines of text
  • Method Details