@Environment(value=CLIENT) public class NeighborUpdateDebugRenderer extends Object implements DebugRenderer.Renderer
Modifier and Type | Field and Description |
---|---|
private MinecraftClient |
client |
private Map<Long,Map<BlockPos,Integer>> |
neighborUpdates |
Constructor and Description |
---|
NeighborUpdateDebugRenderer(MinecraftClient client) |
Modifier and Type | Method and Description |
---|---|
void |
addNeighborUpdate(long time,
BlockPos pos) |
void |
render(MatrixStack matrices,
VertexConsumerProvider vertexConsumers,
double cameraX,
double cameraY,
double cameraZ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear
private final MinecraftClient client
NeighborUpdateDebugRenderer(MinecraftClient client)
public void addNeighborUpdate(long time, BlockPos pos)
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
render
in interface DebugRenderer.Renderer