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 intermediary net/minecraft/class_867official fmwnamed net/minecraft/client/render/debug/HeightmapDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final intprivate final MinecraftClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Vector3fvoidrender(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, waitMethods 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 intermediary field_32903Lnet/minecraft/class_867;field_32903:Iofficial bLfmw;b:Inamed CHUNK_RANGELnet/minecraft/client/render/debug/HeightmapDebugRenderer;CHUNK_RANGE:I
-
BOX_HEIGHT
private static final float BOX_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_32904Lnet/minecraft/class_867;field_32904:Fofficial cLfmw;c:Fnamed BOX_HEIGHTLnet/minecraft/client/render/debug/HeightmapDebugRenderer;BOX_HEIGHT:F
-
client
- Mappings:
Namespace Name Mixin selector intermediary field_4613Lnet/minecraft/class_867;field_4613:Lnet/minecraft/class_310;official aLfmw;a:Lenf;named clientLnet/minecraft/client/render/debug/HeightmapDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
-
Constructor Details
-
HeightmapDebugRenderer
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_867;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lfmw;<init>(Lenf;)Vnamed <init>Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector intermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vofficial aLfms$a;a(Leib;Lfjm;DDD)Vnamed renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-
getColorForHeightmapType
- Mappings:
Namespace Name Mixin selector intermediary method_27037Lnet/minecraft/class_867;method_27037(Lnet/minecraft/class_2902$class_2903;)Lorg/joml/Vector3f;official aLfmw;a(Ldhh$a;)Lorg/joml/Vector3f;named getColorForHeightmapTypeLnet/minecraft/client/render/debug/HeightmapDebugRenderer;getColorForHeightmapType(Lnet/minecraft/world/Heightmap$Type;)Lorg/joml/Vector3f;
-