Class BaseBlock

java.lang.Object
com.sk89q.worldedit.world.block.BaseBlock
All Implemented Interfaces:
Filter, TileEntityBlock, Pattern, BlockStateHolder<BaseBlock>, NbtValued
Direct Known Subclasses:
BlanketBaseBlock, MobSpawnerBlock, SignBlock, SkullBlock

public class BaseBlock extends Object implements BlockStateHolder<BaseBlock>, TileEntityBlock
Represents a "snapshot" of a block with NBT Data.

An instance of this block contains all the information needed to accurately reproduce the block, provided that the instance was made correctly. In some implementations, it may not be possible to get a snapshot of blocks correctly, so, for example, the NBT data for a block may be missing.