public interface BlockTransformer extends Transformer
Created by covers1624 on 19/4/21.
| Modifier and Type | Method and Description |
|---|---|
void |
transform(Block block,
BlockTransformContext ctx)
Runs the transform on the specified block.
|
getName, stepTypevoid transform(Block block, BlockTransformContext ctx)
block - The block to transform.ctx - Additional context provided to the transform.