registerPostGuiRender

open fun registerPostGuiRender(method: Any): RegularTrigger

Registers a new trigger that runs after the current screen is rendered

Passes through three arguments:

  • The mouseX

  • The mouseY

  • The GuiScreen

Available modifications:

Return

The trigger for additional modification

Parameters

method

The method to call when the event is fired

Sources

Link copied to clipboard