registerOpened

fun registerOpened(method: Any): RegularTrigger?

Registers a method to be run when the gui is opened. Arguments passed through to method:

  • the gui that is opened

Return

the trigger

Parameters

method

the method to run

Sources

Link copied to clipboard