Companion

object Companion

Functions

Link copied to clipboard
fun <T> build(title: String, rows: Int = 6, data: List<T>, builder: PaginatedGuiBuilder<T>.() -> Unit): PaginatedGuiBuilder<T>

Builds a new PaginatedGuiBuilder instance with the specified title, rows, and data list.