public class LoopDetection extends java.lang.Object implements BlockTransformer
Created by covers1624 on 19/4/21.
| Constructor and Description |
|---|
LoopDetection() |
| 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.