build
Builds a new GuiBuilder with the specified size, title, and configuration.
Return
The constructed GuiBuilder instance.
Parameters
size
The number of rows in the GUI.
title
The title of the GUI.
builder
The function to configure the GUI.
Builds a new GuiBuilder with the specified size, title, and configuration.
The constructed GuiBuilder instance.
The number of rows in the GUI.
The title of the GUI.
The function to configure the GUI.