public class BlockRevealRenderer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.concurrent.CopyOnWriteArrayList<BlockReveal> |
revealedBlocks |
Constructor and Description |
---|
BlockRevealRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
doRender(com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.renderer.IRenderTypeBuffer tesselator) |
void |
onBlockBreak(net.minecraftforge.event.world.BlockEvent.BreakEvent event) |
public static java.util.concurrent.CopyOnWriteArrayList<BlockReveal> revealedBlocks