Object AdministratorsPage
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.guide.pages.base.GuidePage,io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage,net.kyori.adventure.key.Keyed,org.bukkit.Keyed
public class AdministratorsPage extends SimpleStaticGuidePage
-
-
Field Summary
Fields Modifier and Type Field Description public final static AdministratorsPageINSTANCE
-
Method Summary
Modifier and Type Method Description final List<Item>getButtons()The list of buttons to be displayed on this page. final Supplier<List<Item>>getButtonSupplier()Supplies the buttons to be displayed on this page. ComponentgetTitle()The title of this page, displayed at the top of the GUI when the page is open. -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.base.SimpleStaticGuidePage
addButton, addFluid, addItem, addPage, addPage, addPage, addResearch -
Methods inherited from class net.kyori.adventure.key.Keyed
key -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
getGui, getHeader, getKey, getKey -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
loadCurrentPage, saveCurrentPage -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.base.GuidePage
open, shouldDisplay -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getButtons
final List<Item> getButtons()
The list of buttons to be displayed on this page.
-
getButtonSupplier
final Supplier<List<Item>> getButtonSupplier()
Supplies the buttons to be displayed on this page.
-
-
-
-