Class AddonContributorsPage
-
- 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 final class AddonContributorsPage extends SimpleDynamicGuidePage
-
-
Field Summary
Fields Modifier and Type Field Description private final RebarAddonaddonprivate final Componenttitleprivate final Supplier<List<Item>>buttonSupplierprivate final NamespacedKeykey
-
Constructor Summary
Constructors Constructor Description AddonContributorsPage(RebarAddon addon)
-
Method Summary
Modifier and Type Method Description final RebarAddongetAddon()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.SimpleDynamicGuidePage
getButtonSupplier, getGui, getHeader, getKey, getKey -
Methods inherited from class org.bukkit.Keyed
key -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
loadCurrentPage, resetCurrentPage, 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
-
-
Constructor Detail
-
AddonContributorsPage
AddonContributorsPage(RebarAddon addon)
-
-
Method Detail
-
getAddon
final RebarAddon getAddon()
-
-
-
-