build

abstract fun build()

Builds the GUI. This is where you define slots and states.


override fun build(creator: GuiCreator)

Builds the GUI using the provided GuiCreator.

Parameters

creator

The creator instance used to define slots and items.