Class GameEventDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.GameEventDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class GameEventDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/GameEventDebugRendererintermediary net/minecraft/class_5739official hlr
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddrawBoxIfCameraReady(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Box box, float red, float green, float blue, float alpha) private voidmethod_74787(DebugDataStore debugDataStore, GameEventDebugRenderer.class_12044 class_12044) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store) 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_32900
private static final float field_32900- See Also:
- Mappings:
Namespace Name Mixin selector named field_32900Lnet/minecraft/client/render/debug/GameEventDebugRenderer;field_32900:Fintermediary field_32900Lnet/minecraft/class_5739;field_32900:Fofficial aLhlr;a:F
-
-
Constructor Details
-
GameEventDebugRenderer
public GameEventDebugRenderer()
-
-
Method Details
-
method_74787
private void method_74787(DebugDataStore debugDataStore, GameEventDebugRenderer.class_12044 class_12044) - Mappings:
Namespace Name Mixin selector named method_74787Lnet/minecraft/client/render/debug/GameEventDebugRenderer;method_74787(Lnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/debug/GameEventDebugRenderer$class_12044;)Vintermediary method_74787Lnet/minecraft/class_5739;method_74787(Lnet/minecraft/class_12021;Lnet/minecraft/class_5739$class_12044;)Vofficial aLhlr;a(Lbvp;Lhlr$a;)V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/world/debug/DebugDataStore;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;)Vofficial aLhlp$a;a(Lftv;Lhfs;DDDLbvp;)V
-
drawBoxIfCameraReady
private static void drawBoxIfCameraReady(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Box box, float red, float green, float blue, float alpha) - Mappings:
Namespace Name Mixin selector named drawBoxIfCameraReadyLnet/minecraft/client/render/debug/GameEventDebugRenderer;drawBoxIfCameraReady(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/Box;FFFF)Vintermediary method_33089Lnet/minecraft/class_5739;method_33089(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_238;FFFF)Vofficial aLhlr;a(Lftv;Lhfs;Lfnx;FFFF)V
-