Uses of Interface
xyz.xenondevs.invui.gui.ScrollGui
Packages that use ScrollGui
-
Uses of ScrollGui in xyz.xenondevs.invui.gui
Classes in xyz.xenondevs.invui.gui that implement ScrollGuiMethods in xyz.xenondevs.invui.gui that return ScrollGuiModifier and TypeMethodDescriptionScrollGui.guis(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Gui>> consumer) Creates a newScrollGuithat usesGuisas content after configuring aGui Builderusing the givenConsumer.ScrollGui.inventories(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Inventory>> consumer) Creates a newScrollGuithat usesVirtualInventoriesas content after configuring aGui Builderusing the givenConsumer.ScrollGui.items(@NotNull Consumer<@NotNull ScrollGui.Builder<@NotNull Item>> consumer) Creates a newScrollGuithat usesItemsas content after configuring aGui Builderusing 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.Methods in xyz.xenondevs.invui.gui with parameters of type ScrollGuiModifier and TypeMethodDescriptionprotected voidAbstractScrollGui.AbstractBuilder.applyModifiers(@NotNull ScrollGui<C> gui)