Class GameEventListenerRenderer
java.lang.Object
net.minecraft.client.renderer.debug.GameEventListenerRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record
(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final float
private static final int
private final Minecraft
private final List<GameEventListenerRenderer.TrackedGameEvent>
private final List<GameEventListenerRenderer.TrackedListener>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_173846_, MultiBufferSource p_173847_, double p_173848_, double p_173849_, double p_173850_) private static void
renderTransparentFilledBox
(AABB p_173834_, float p_173835_, float p_173836_, float p_173837_, float p_173838_) void
trackGameEvent
(GameEvent p_234514_, Vec3 p_234515_) void
trackListener
(PositionSource p_173831_, int p_173832_) 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.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
Field Details
-
minecraft
-
LISTENER_RENDER_DIST
private static final int LISTENER_RENDER_DIST- See Also:
-
BOX_HEIGHT
private static final float BOX_HEIGHT- See Also:
-
trackedGameEvents
-
trackedListeners
-
-
Constructor Details
-
GameEventListenerRenderer
-
-
Method Details
-
render
public void render(PoseStack p_173846_, MultiBufferSource p_173847_, double p_173848_, double p_173849_, double p_173850_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
renderTransparentFilledBox
private static void renderTransparentFilledBox(AABB p_173834_, float p_173835_, float p_173836_, float p_173837_, float p_173838_) -
trackGameEvent
-
trackListener
-