public class LabelledBlocks extends java.lang.Object implements BlockTransformer
| Constructor and Description |
|---|
LabelledBlocks() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(Block block,
BlockTransformContext ctx)
Runs the transform on the specified block.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, stepTypepublic void transform(Block block, BlockTransformContext ctx)
BlockTransformertransform in interface BlockTransformerblock - The block to transform.ctx - Additional context provided to the transform.