Simple Dynamic Guide Page
open class SimpleDynamicGuidePage(key: NamespacedKey, val material: Material, val buttonSupplier: Supplier<List<Item>>) : PagedGuidePage(source)
A simple page that just displays an arbitrary number of items with a header. For example, the research page just displays all the researches for a given addon, with next/previous page buttons and a header.
Next/previous buttons are only shown if there are multiple pages.
Inheritors
Properties
Link copied to clipboard
Supplies the buttons to be displayed on this page.
Link copied to clipboard
The item representing this page. This will be used in any io.github.pylonmc.pylon.core.guide.button.PageButtons that point to this page.
Link copied to clipboard
The material representing this page. Used for PageButtons that point to this page.