Simple Static Guide Page
open class SimpleStaticGuidePage @JvmOverloads constructor(key: NamespacedKey, val material: Material, val buttons: MutableList<Item> = mutableListOf()) : SimpleDynamicGuidePage(source)
A guide page which has a fixed set of buttons. Do not use this if the buttons on the page need to change at runtime.
Inheritors
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
The list of buttons to be displayed on this page.
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.