border

fun border(item: ItemStack): PaginatedGuiBuilder<T>

Sets a border around the inventory, filling the outermost slots with the specified item.

Return

The current PaginatedGuiBuilder instance for chaining.

Parameters

item

The ItemStack to use for the border.