render Each
Defines how to render each item in the list of data within the GUI.
Return
The current PaginatedGuiBuilder instance for chaining.
Parameters
renderer
A function that takes a GuiBuilder, a slot index, and a data item to render.
Defines how to render each item in the list of data within the GUI.
The current PaginatedGuiBuilder instance for chaining.
A function that takes a GuiBuilder, a slot index, and a data item to render.