previous Page Button
fun previousPageButton(slot: Int, itemStack: ItemStack, onClick: (KtInventoryButton.ClickEvent<AbstractKtInventoryPaginatedLazyFetched.Entry<T, C, D>>) -> Unit = {})
Adds a button to navigate to the previous condition.
Since
2.2.0
Parameters
slot
Button slot number
item Stack
Item to display
on Click
Additional click handler
fun previousPageButton(slot: Int, item: KtInventoryButton<AbstractKtInventoryPaginatedLazyFetched.Entry<T, C, D>>)
Adds a button to navigate to the previous condition.
Since
2.2.0
Parameters
slot
Button slot number
item
Button to use