getTitle

fun getTitle(gui: InventoryGUI): Component?

Returns the title of a given InventoryGUI instance. This method can be called statically from outside the class.

Return

The Component representing the title.

Parameters

gui

The InventoryGUI instance to get the title from.