next Page Button
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
item Stack
Item to display
on Click
Additional click handler
fun nextPageButton(slot: Int, item: KtInventoryButton<AbstractKtInventoryPaginatedFetched.Entry<T, C>>)
Adds a button to navigate to the next condition.
Since
2.2.0
Parameters
slot
Button slot number
item
Button to use