Class HeightmapDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.HeightmapDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class HeightmapDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/HeightmapDebugRenderer
intermediary net/minecraft/class_867
official ghg
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final float
private static final int
private final MinecraftClient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate Vector3f
void
render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) 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.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
CHUNK_RANGE
private static final int CHUNK_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named CHUNK_RANGE
Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;CHUNK_RANGE:I
intermediary field_32903
Lnet/minecraft/class_867;field_32903:I
official b
Lghg;b:I
-
BOX_HEIGHT
private static final float BOX_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named BOX_HEIGHT
Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;BOX_HEIGHT:F
intermediary field_32904
Lnet/minecraft/class_867;field_32904:F
official c
Lghg;c:F
-
client
- Mappings:
Namespace Name Mixin selector named client
Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
intermediary field_4613
Lnet/minecraft/class_867;field_4613:Lnet/minecraft/class_310;
official a
Lghg;a:Lffh;
-
-
Constructor Details
-
HeightmapDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
intermediary <init>
Lnet/minecraft/class_867;<init>(Lnet/minecraft/class_310;)V
official <init>
Lghg;<init>(Lffh;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
render
in interfaceDebugRenderer.Renderer
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
intermediary method_23109
Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
official a
Lghc$a;a(Lfaa;Lgdq;DDD)V
-
getColorForHeightmapType
- Mappings:
Namespace Name Mixin selector named getColorForHeightmapType
Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;getColorForHeightmapType(Lnet/minecraft/world/Heightmap$Type;)Lorg/joml/Vector3f;
intermediary method_27037
Lnet/minecraft/class_867;method_27037(Lnet/minecraft/class_2902$class_2903;)Lorg/joml/Vector3f;
official a
Lghg;a(Ldxw$a;)Lorg/joml/Vector3f;
-