Uses of Interface
xyz.xenondevs.invui.gui.ScrollGui.Builder
-
Uses of ScrollGui.Builder in xyz.xenondevs.invui.gui
Modifier and TypeMethodDescription@NotNull ScrollGui.Builder
<C> AbstractScrollGui.AbstractBuilder.addContent
(C content) @NotNull ScrollGui.Builder
<C> ScrollGui.Builder.addContent
(C content) Adds content to theScrollGui
.@NotNull ScrollGui.Builder
<C> AbstractScrollGui.AbstractBuilder.addScrollHandler
(@NotNull BiConsumer<Integer, Integer> handler) @NotNull ScrollGui.Builder
<C> ScrollGui.Builder.addScrollHandler
(@NotNull BiConsumer<Integer, Integer> handler) Adds a scroll handler to theScrollGui
.AbstractScrollGui.AbstractBuilder.clone()
static @NotNull ScrollGui.Builder
<@NotNull Gui> ScrollGui.guis()
static @NotNull ScrollGui.Builder
<@NotNull Inventory> ScrollGui.inventories()
static @NotNull ScrollGui.Builder
<@NotNull Item> ScrollGui.items()
@NotNull ScrollGui.Builder
<C> AbstractScrollGui.AbstractBuilder.setContent
(@NotNull List<@NotNull C> content) @NotNull ScrollGui.Builder
<C> ScrollGui.Builder.setContent
(@NotNull List<@NotNull C> content) Sets the content of theScrollGui
for all lines.@NotNull ScrollGui.Builder
<C> AbstractScrollGui.AbstractBuilder.setScrollHandlers
(@NotNull List<@NotNull BiConsumer<Integer, Integer>> handlers) @NotNull ScrollGui.Builder
<C> ScrollGui.Builder.setScrollHandlers
(@NotNull List<@NotNull BiConsumer<Integer, Integer>> handlers) Adds content to theScrollGui
.Modifier and TypeMethodDescriptionScrollGui.guis
(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Gui>> consumer) Creates a newScrollGui
that usesGuis
as content after configuring aGui Builder
using the givenConsumer
.ScrollGui.inventories
(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Inventory>> consumer) Creates a newScrollGui
that usesVirtualInventories
as content after configuring aGui Builder
using the givenConsumer
.ScrollGui.items
(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Item>> consumer) Creates a newScrollGui
that usesItems
as content after configuring aGui Builder
using the givenConsumer
.