Class ChunkBorderDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.ChunkBorderDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class ChunkBorderDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name official frk
intermediary net/minecraft/class_862
named net/minecraft/client/render/debug/ChunkBorderDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinecraftClient
private static final int
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
DARK_CYAN
private static final int DARK_CYAN- Mappings:
Namespace Name Mixin selector official b
Lfrk;b:I
intermediary field_35557
Lnet/minecraft/class_862;field_35557:I
named DARK_CYAN
Lnet/minecraft/client/render/debug/ChunkBorderDebugRenderer;DARK_CYAN:I
-
YELLOW
private static final int YELLOW- Mappings:
Namespace Name Mixin selector official c
Lfrk;c:I
intermediary field_35558
Lnet/minecraft/class_862;field_35558:I
named YELLOW
Lnet/minecraft/client/render/debug/ChunkBorderDebugRenderer;YELLOW:I
-
client
- Mappings:
Namespace Name Mixin selector official a
Lfrk;a:Leqv;
intermediary field_4516
Lnet/minecraft/class_862;field_4516:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/ChunkBorderDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
-
Constructor Details
-
ChunkBorderDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfrk;<init>(Leqv;)V
intermediary <init>
Lnet/minecraft/class_862;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/ChunkBorderDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)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 official a
Lfrn$a;a(Lelp;Lfoe;DDD)V
intermediary method_23109
Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
named render
Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-