Class HeightMapRenderer
java.lang.Object
net.minecraft.client.renderer.debug.HeightMapRenderer
- All Implemented Interfaces:
- DebugRenderer.SimpleDebugRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final intprivate final Minecraft
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate org.joml.Vector3fgetColor(Heightmap.Types p_113574_) voidrender(PoseStack p_113576_, MultiBufferSource p_113577_, double p_113578_, double p_113579_, double p_113580_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRendererclear
- 
Field Details- 
minecraft
- 
CHUNK_DISTprivate static final int CHUNK_DIST- See Also:
 
- 
BOX_HEIGHTprivate static final float BOX_HEIGHT- See Also:
 
 
- 
- 
Constructor Details- 
HeightMapRenderer
 
- 
- 
Method Details- 
renderpublic void render(PoseStack p_113576_, MultiBufferSource p_113577_, double p_113578_, double p_113579_, double p_113580_) - Specified by:
- renderin interface- DebugRenderer.SimpleDebugRenderer
 
- 
getColor
 
-