Class SkyLightDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.SkyLightDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class SkyLightDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name official fni
intermediary net/minecraft/class_866
named net/minecraft/client/render/debug/SkyLightDebugRenderer
-
Field Summary
-
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
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lfni;b:I
intermediary field_32905
Lnet/minecraft/class_866;field_32905:I
named RANGE
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;RANGE:I
-
client
- Mappings:
Namespace Name Mixin selector official a
Lfni;a:Lenn;
intermediary field_4612
Lnet/minecraft/class_866;field_4612:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
-
Constructor Details
-
SkyLightDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfni;<init>(Lenn;)V
intermediary <init>
Lnet/minecraft/class_866;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;<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
Lfnd$a;a(Leij;Lfjx;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
-