Interface Engine.CrumblingBlock
- Enclosing interface:
- Engine
@NonExtendable
public static interface Engine.CrumblingBlock
A block to be rendered as a crumbling overlay.
-
Method Summary
-
Method Details
-
pos
net.minecraft.core.BlockPos pos()The position of the block. -
progress
@org.jetbrains.annotations.Range(from=0L, to=9L) int progress()The progress of the crumbling animation in the range [0, 10). -
instances
The instances associated with the block entity visual at this position.
-