Class WaterDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.WaterDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT) public class WaterDebugRenderer extends Object implements DebugRenderer.Renderer
- Mappings:
Namespace Name official elf
intermediary net/minecraft/class_872
named net/minecraft/client/render/debug/WaterDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClient
client
-
Constructor Summary
Constructors Constructor Description WaterDebugRenderer(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
Lelf;a:Ldqk;
intermediary field_4629
Lnet/minecraft/class_872;field_4629:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/WaterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
-
Constructor Details
-
WaterDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lelf;<init>(Ldqk;)V
intermediary <init>
Lnet/minecraft/class_872;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/WaterDebugRenderer;<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
-