fillSlots

fun fillSlots(vararg slot: Int, item: ItemStack): PaginatedGuiBuilder<T>

Sets custom items for specific slots in the GUI.

Return

The current PaginatedGuiBuilder instance for chaining.

Parameters

slot

The slot to fill with the specified item.

item

The ItemStack to place in the specified slot.