Interface GuiEvent.DebugText
- Enclosing interface:
 - GuiEvent
 
@Environment(CLIENT)
public static interface GuiEvent.DebugText
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgatherText(List<String> strings) Invoked when the debug text is being gathered for rendering. 
- 
Method Details
- 
gatherText
Invoked when the debug text is being gathered for rendering. There are two different versions of this event, one for the left and one for the right side. Equivalent to Forge'sRenderGameOverlayEvent.Text, whenMinecraft.getInstance().options.renderDebugis true.- Parameters:
 strings- The current debug text strings.
 
 -