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 button with predicatesFields 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.simple
Classes in io.github.projectunified.craftux.simple that implement ButtonMethods in io.github.projectunified.craftux.simple with parameters of type Button