registerRenderWorld

open fun registerRenderWorld(method: Any): RegularTrigger

Registers a new trigger that runs before the world is drawn.

Passes through one argument:

  • Partial ticks elapsed

Available modifications:

Return

The trigger for additional modification

Parameters

method

The method to call when the event is fired

Sources

Link copied to clipboard