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 TypeClassDescriptionclass
The animated button with child buttons as framesclass
The button that loops through the list of child buttonsclass
A base button that handles multiple child buttonsclass
The 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 Button
PredicateButton.getButton()
Get the button@Nullable Button
PredicateButton.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 TypeMethodDescriptionvoid
MinestomInventoryUI.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 TypeMethodDescriptionvoid
SpigotInventoryUI.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 TypeClassDescriptionclass
The button that stores the input itemclass
The button that stores the output button for the viewer