Player Settings Page
class PlayerSettingsPage(key: NamespacedKey = pylonKey("settings"), val material: Material = Material.COMPARATOR, val buttons: MutableList<Item> = mutableListOf()) : SimpleStaticGuidePage(source)
Contains buttons to change player settings.
Constructors
Link copied to clipboard
constructor(key: NamespacedKey = pylonKey("settings"), material: Material = Material.COMPARATOR, buttons: MutableList<Item> = mutableListOf())
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.