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 hls
-
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 voidforEachEventData(DebugDataStore dataStore, GameEventDebugRenderer.EventConsumer consumer) 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 aLhls;a:F
-
-
Constructor Details
-
GameEventDebugRenderer
public GameEventDebugRenderer()
-
-
Method Details
-
forEachEventData
private void forEachEventData(DebugDataStore dataStore, GameEventDebugRenderer.EventConsumer consumer) - Mappings:
Namespace Name Mixin selector named forEachEventDataLnet/minecraft/client/render/debug/GameEventDebugRenderer;forEachEventData(Lnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/debug/GameEventDebugRenderer$EventConsumer;)Vintermediary method_74787Lnet/minecraft/class_5739;method_74787(Lnet/minecraft/class_12021;Lnet/minecraft/class_5739$class_12044;)Vofficial aLhls;a(Lbvu;Lhls$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 aLhlq$a;a(Lfua;Lhfw;DDDLbvu;Lhlh;)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 aLhls;a(Lfua;Lhfw;Lfoc;FFFF)V
-