Uses of Interface
xyz.xenondevs.invui.gui.TabGui.Builder
-
Uses of TabGui.Builder in xyz.xenondevs.invui.gui
Modifier and TypeMethodDescription@NotNull TabGui.Builder
@NotNull TabGui.Builder
Adds a tab to theTabGui
.@NotNull TabGui.Builder
AbstractTabGui.AbstractBuilder.addTabChangeHandler
(@NotNull BiConsumer<Integer, Integer> handler) @NotNull TabGui.Builder
TabGui.Builder.addTabChangeHandler
(@NotNull BiConsumer<Integer, Integer> handler) Adds a tab change handler to theTabGui
.AbstractTabGui.AbstractBuilder.clone()
static @NotNull TabGui.Builder
TabGui.normal()
Creates a newGui Builder
for aTabGui
.@NotNull TabGui.Builder
AbstractTabGui.AbstractBuilder.setTabChangeHandlers
(@NotNull List<@NotNull BiConsumer<Integer, Integer>> handlers) @NotNull TabGui.Builder
TabGui.Builder.setTabChangeHandlers
(@NotNull List<@NotNull BiConsumer<Integer, Integer>> handlers) Sets the tab change handlers of theTabGui
.@NotNull TabGui.Builder
@NotNull TabGui.Builder
Sets the tabs of theTabGui
.Modifier and TypeMethodDescriptionstatic @NotNull TabGui
TabGui.normal
(@NotNull Consumer<@NotNull TabGui.Builder> consumer)