Class GatherDebugTextEvents
java.lang.Object
net.fabricmc.fabric.api.client.rendering.v1.GatherDebugTextEvents
Provides events that give control over the string lists rendered on both sides of the
DebugHud
.
The strings do support formatting codes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event
<GatherDebugTextEvents.Left> An event that runs when gathering all game information text lines.static final Event
<GatherDebugTextEvents.Right> An event that runs when gathering all system information text lines. -
Method Summary
-
Field Details
-
LEFT
An event that runs when gathering all game information text lines. -
RIGHT
An event that runs when gathering all system information text lines.
-