Class HeightMapRenderer
java.lang.Object
net.minecraft.client.renderer.debug.HeightMapRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final float
private static final int
private final Minecraft
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.joml.Vector3f
getColor
(Heightmap.Types p_113574_) void
render
(PoseStack p_113576_, MultiBufferSource p_113577_, double p_113578_, double p_113579_, double p_113580_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
Field Details
-
minecraft
-
CHUNK_DIST
private static final int CHUNK_DIST- See Also:
-
BOX_HEIGHT
private static final float BOX_HEIGHT- See Also:
-
-
Constructor Details
-
HeightMapRenderer
-
-
Method Details
-
render
public void render(PoseStack p_113576_, MultiBufferSource p_113577_, double p_113578_, double p_113579_, double p_113580_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
getColor
-