nextPageButton

fun nextPageButton(slot: Int, itemStack: ItemStack, onClick: (KtInventoryButton.ClickEvent<AbstractKtInventoryPaginatedFetched.Entry<T, C>>) -> Unit = {})

Adds a button to navigate to the next condition.

Since

2.2.0

Parameters

slot

Button slot number

itemStack

Item to display

onClick

Additional click handler


Adds a button to navigate to the next condition.

Since

2.2.0

Parameters

slot

Button slot number

item

Button to use