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 TypeClassDescriptionclassA button that cycles through a list of buttons as animation frames over time.classA button that applies actions from a list of child buttons, cycling through them.classA base class for buttons that manage multiple child buttons.classA button that conditionally applies actions from one of two buttons based on a predicate evaluated against the player's UUID.Fields 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 ButtonModifier and TypeClassDescriptionclassA simple implementation of Button that sets an item and action for an ActionItem.Methods 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 TypeClassDescriptionclassA button that stores an input item per player and allows swapping it with the cursor item on click.classA button that stores an output item per player and allows taking it to the cursor when clicked with an empty cursor.