Class ChunkLoadingDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.ChunkLoadingDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT) public class ChunkLoadingDebugRenderer extends Object implements DebugRenderer.Renderer
- Mappings:
Namespace Name official ekr
intermediary net/minecraft/class_860
named net/minecraft/client/render/debug/ChunkLoadingDebugRenderer
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
ChunkLoadingDebugRenderer.ChunkLoadingStatus
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClient
client
private int
field_4511
private double
lastUpdateTime
private ChunkLoadingDebugRenderer.ChunkLoadingStatus
loadingData
-
Constructor Summary
Constructors Constructor Description ChunkLoadingDebugRenderer(MinecraftClient client)
-
Method Summary
Modifier and Type Method Description 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
-
client
- Mappings:
Namespace Name Mixin selector official a
Lekr;a:Ldqk;
intermediary field_4509
Lnet/minecraft/class_860;field_4509:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
lastUpdateTime
private double lastUpdateTime- Mappings:
Namespace Name Mixin selector official b
Lekr;b:D
intermediary field_4510
Lnet/minecraft/class_860;field_4510:D
named lastUpdateTime
Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer;lastUpdateTime:D
-
field_4511
private final int field_4511- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official c
Lekr;c:I
intermediary field_4511
Lnet/minecraft/class_860;field_4511:I
named field_4511
Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer;field_4511:I
-
loadingData
- Mappings:
Namespace Name Mixin selector official d
Lekr;d:Lekr$a;
intermediary field_20998
Lnet/minecraft/class_860;field_20998:Lnet/minecraft/class_860$class_4605;
named loadingData
Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer;loadingData:Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer$ChunkLoadingStatus;
-
-
Constructor Details
-
ChunkLoadingDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lekr;<init>(Ldqk;)V
intermediary <init>
Lnet/minecraft/class_860;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/ChunkLoadingDebugRenderer;<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
Lekt$a;a(Ldlr;Lehq;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
-