@Environment(value=CLIENT) public class BlockOutlineDebugRenderer extends Object implements DebugRenderer.Renderer
| Modifier and Type | Field and Description |
|---|---|
private MinecraftClient |
client |
| Constructor and Description |
|---|
BlockOutlineDebugRenderer(MinecraftClient minecraftClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrices,
VertexConsumerProvider vertexConsumers,
double cameraX,
double cameraY,
double cameraZ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearprivate final MinecraftClient client
public BlockOutlineDebugRenderer(MinecraftClient minecraftClient)
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
render in interface DebugRenderer.Renderer