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 hlt
-
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, Frustum frustum)
-
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 aLhlt;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 aLhlt;a(Lbvv;Lhlt$a;)V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum) - 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;Lnet/minecraft/client/render/Frustum;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;)Vofficial aLhlr$a;a(Lfub;Lhfx;DDDLbvv;Lhli;)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 aLhlt;a(Lfub;Lhfx;Lfod;FFFF)V
-