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 epeintermediary net/minecraft/class_866named net/minecraft/client/render/debug/SkyLightDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClientclientprivate static intfield_32905 -
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
-
field_32905
private static final int field_32905- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bLepe;b:Iintermediary field_32905Lnet/minecraft/class_866;field_32905:Inamed field_32905Lnet/minecraft/client/render/debug/SkyLightDebugRenderer;field_32905:I
-
client
- Mappings:
Namespace Name Mixin selector official aLepe;a:Lduk;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>Lepe;<init>(Lduk;)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 aLeoz$a;a(Ldpg;Lely;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
-