Files
KSpigot/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-page-builder/next-page.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

21 lines
633 B
Markdown

---
title: nextPage -
---
//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIPageBuilder](index.md)/[nextPage](next-page.md)
# nextPage
[jvm]
Brief description
This button always tries to find the next page if clicked, and if a next page exists it is loaded.
Content
fun [nextPage](next-page.md)(slots: [InventorySlotCompound](../-inventory-slot-compound/index.md)<[T](index.md)>, itemStack: ItemStack, onChange: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)?)