Uses of Interface
xyz.xenondevs.invui.gui.ScrollGui.Builder
Packages that use ScrollGui.Builder
-
Uses of ScrollGui.Builder in xyz.xenondevs.invui.gui
Classes in xyz.xenondevs.invui.gui that implement ScrollGui.BuilderMethods in xyz.xenondevs.invui.gui that return ScrollGui.BuilderModifier 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 theScrollGuifor 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.Method parameters in xyz.xenondevs.invui.gui with type arguments of type ScrollGui.BuilderModifier 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.