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 ekyintermediary net/minecraft/class_866named net/minecraft/client/render/debug/SkyLightDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClientclient -
Constructor Summary
Constructors Constructor Description SkyLightDebugRenderer(MinecraftClient client) -
Method Summary
Modifier and Type Method Description voidrender(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, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official aLeky;a:Ldqk;intermediary field_4612Lnet/minecraft/class_866;field_4612:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/debug/SkyLightDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
-
Constructor Details
-
SkyLightDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Leky;<init>(Ldqk;)Vintermediary <init>Lnet/minecraft/class_866;<init>(Lnet/minecraft/class_310;)Vnamed <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:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector official aLekt$a;a(Ldlr;Lehq;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vnamed renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-