Search Page
abstract class SearchPage(key: NamespacedKey, val material: Material) : SimpleStaticGuidePage(source)
A page that allows a collection of things (specified by getItemNamePairs to be searched.
Parameters
key
A key that uniquely identifies this page. Used to generate translation keys for this page
Inheritors
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.