Class CustomizeGuiOverlayEvent.DebugText

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent
net.neoforged.neoforge.client.event.CustomizeGuiOverlayEvent.DebugText
Enclosing class:
CustomizeGuiOverlayEvent

public static class CustomizeGuiOverlayEvent.DebugText extends CustomizeGuiOverlayEvent
Fired before textual information is rendered to the debug screen. This can be used to add or remove text information.

This event is not cancellable, and does not

invalid reference
have a result
.

This event is fired on the main Forge event bus, only on the logical client.

  • Field Details

  • Constructor Details

  • Method Details

    • getLeft

      public List<String> getLeft()
      Returns:
      the modifiable list of text to render on the left side
    • getRight

      public List<String> getRight()
      Returns:
      the modifiable list of text to render on the right side