Class FluidUsagesPage
-
- 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 FluidUsagesPage implements PagedGuidePage
Displays all the recipes that use the given fluid.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFluidUsagesPage.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static FluidUsagesPage.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description FluidUsagesPage(RebarFluid fluid)
-
Method Summary
Modifier and Type Method Description final RebarFluidgetFluid()final List<Gui>getPages()ComponentgetTitle()The title of this page, displayed at the top of the GUI when the page is open. NamespacedKeygetKey()PagedGui.Builder<Gui>getHeader(Player player, List<Gui> pages)GuigetGui(Player player)Created the page for the given player. -
Methods inherited from class io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
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 net.kyori.adventure.key.Keyed
key -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FluidUsagesPage
FluidUsagesPage(RebarFluid fluid)
-
-
Method Detail
-
getFluid
final RebarFluid getFluid()
-
getTitle
Component getTitle()
The title of this page, displayed at the top of the GUI when the page is open.
-
getKey
NamespacedKey getKey()
-
-
-
-