Uses of Interface
xyz.xenondevs.invui.gui.ScrollGui
-
Uses of ScrollGui in xyz.xenondevs.invui.gui
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
.Creates a newScrollGui
.Creates a newScrollGui
.ScrollGui.ofInventories
(int width, int height, @NotNull List<@NotNull Inventory> inventories, int... contentListSlots) Creates a newScrollGui
.ScrollGui.ofInventories
(@NotNull Structure structure, @NotNull List<@NotNull Inventory> inventories) Creates a newScrollGui
.ScrollGui.ofItems
(int width, int height, @NotNull List<@NotNull Item> items, int... contentListSlots) Creates a newScrollGui
.Creates a newScrollGui
.Modifier and TypeMethodDescriptionprotected void
AbstractScrollGui.AbstractBuilder.applyModifiers
(@NotNull ScrollGui<C> gui)