Uses of Interface
io.github.projectunified.craftux.common.Button
Packages that use Button
Package
Description
-
Uses of Button in io.github.projectunified.craftux.button
Classes in io.github.projectunified.craftux.button that implement ButtonModifier and TypeClassDescriptionclassThe animated button with child buttons as framesclassThe button that loops through the list of child buttonsclassA base button that handles multiple child buttonsclassThe conditional button that chooses a button based on a specific predicateFields in io.github.projectunified.craftux.button with type parameters of type ButtonMethods in io.github.projectunified.craftux.button with type parameters of type ButtonModifier and TypeMethodDescriptionfinal <T extends Button>
voidMultiButton.addButton(@NotNull Collection<@NotNull T> buttons) Add child buttonsMethods in io.github.projectunified.craftux.button that return ButtonModifier and TypeMethodDescription@Nullable ButtonPredicateButton.getButton()Get the button@Nullable ButtonPredicateButton.getFallbackButton()Get the fallback buttonMethods in io.github.projectunified.craftux.button that return types with arguments of type ButtonMethods in io.github.projectunified.craftux.button with parameters of type Button -
Uses of Button in io.github.projectunified.craftux.mask
Fields in io.github.projectunified.craftux.mask declared as ButtonMethods in io.github.projectunified.craftux.mask that return types with arguments of type ButtonModifier and TypeMethodDescriptionButtonPaginatedMask.getButtons(@NotNull UUID uuid) Get the buttons for the unique idSequencePaginatedMask.getButtons(@NotNull UUID uuid) Get the buttons for the unique idConstructors in io.github.projectunified.craftux.mask with parameters of type Button -
Uses of Button in io.github.projectunified.craftux.minestom
Methods in io.github.projectunified.craftux.minestom that return ButtonMethods in io.github.projectunified.craftux.minestom with parameters of type ButtonModifier and TypeMethodDescriptionvoidMinestomInventoryUI.setDefaultButton(Button defaultButton) Set the default button. -
Uses of Button in io.github.projectunified.craftux.simple
Classes in io.github.projectunified.craftux.simple that implement ButtonMethods in io.github.projectunified.craftux.simple that return types with arguments of type ButtonMethods in io.github.projectunified.craftux.simple with parameters of type Button -
Uses of Button in io.github.projectunified.craftux.spigot
Methods in io.github.projectunified.craftux.spigot that return ButtonMethods in io.github.projectunified.craftux.spigot with parameters of type ButtonModifier and TypeMethodDescriptionvoidSpigotInventoryUI.setDefaultButton(Button defaultButton) Set the default button. -
Uses of Button in io.github.projectunified.craftux.spigot.button
Classes in io.github.projectunified.craftux.spigot.button that implement ButtonModifier and TypeClassDescriptionclassThe button that stores the input itemclassThe button that stores the output button for the viewer