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 named net/minecraft/client/render/debug/SkyLightDebugRenderer
intermediary net/minecraft/class_866
official ghh
-
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 named RANGE
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;RANGE:I
intermediary field_32905
Lnet/minecraft/class_866;field_32905:I
official b
Lghh;b:I
-
client
- Mappings:
Namespace Name Mixin selector named client
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
intermediary field_4612
Lnet/minecraft/class_866;field_4612:Lnet/minecraft/class_310;
official a
Lghh;a:Lffh;
-
-
Constructor Details
-
SkyLightDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
intermediary <init>
Lnet/minecraft/class_866;<init>(Lnet/minecraft/class_310;)V
official <init>
Lghh;<init>(Lffh;)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 named render
Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
intermediary method_23109
Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
official a
Lghc$a;a(Lfaa;Lgdq;DDD)V
-