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/HeightmapDebugRendererintermediary net/minecraft/class_867official hlv
-
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, DebugDataStore store, Frustum frustum)
-
Field Details
-
CHUNK_RANGE
private static final int CHUNK_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named CHUNK_RANGELnet/minecraft/client/render/debug/HeightmapDebugRenderer;CHUNK_RANGE:Iintermediary field_32903Lnet/minecraft/class_867;field_32903:Iofficial bLhlv;b:I
-
BOX_HEIGHT
private static final float BOX_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named BOX_HEIGHTLnet/minecraft/client/render/debug/HeightmapDebugRenderer;BOX_HEIGHT:Fintermediary field_32904Lnet/minecraft/class_867;field_32904:Fofficial cLhlv;c:F
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/HeightmapDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_4613Lnet/minecraft/class_867;field_4613:Lnet/minecraft/class_310;official aLhlv;a:Lfzz;
-
-
Constructor Details
-
HeightmapDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)Vintermediary <init>Lnet/minecraft/class_867;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lhlv;<init>(Lfzz;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;)Vofficial aLhlq$a;a(Lfua;Lhfw;DDDLbvu;Lhlh;)V
-
getColorForHeightmapType
- Mappings:
Namespace Name Mixin selector named getColorForHeightmapTypeLnet/minecraft/client/render/debug/HeightmapDebugRenderer;getColorForHeightmapType(Lnet/minecraft/world/Heightmap$Type;)Lorg/joml/Vector3f;intermediary method_27037Lnet/minecraft/class_867;method_27037(Lnet/minecraft/class_2902$class_2903;)Lorg/joml/Vector3f;official aLhlv;a(Lepp$a;)Lorg/joml/Vector3f;
-