@Environment(value=CLIENT) public class HeightmapDebugRenderer extends Object implements DebugRenderer.Renderer
Modifier and Type | Field and Description |
---|---|
private MinecraftClient |
client |
Constructor and Description |
---|
HeightmapDebugRenderer(MinecraftClient client) |
Modifier and Type | Method and Description |
---|---|
private Vector3f |
method_27037(Heightmap.Type type) |
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
public HeightmapDebugRenderer(MinecraftClient client)
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
render
in interface DebugRenderer.Renderer
private Vector3f method_27037(Heightmap.Type type)