Uses of Class
io.github.projectunified.craftux.common.ActionItem
Packages that use ActionItem
Package
Description
-
Uses of ActionItem in io.github.projectunified.craftux.button
Methods in io.github.projectunified.craftux.button with parameters of type ActionItemModifier and TypeMethodDescriptionboolean
AnimatedButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) boolean
ListButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) boolean
PredicateButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) -
Uses of ActionItem in io.github.projectunified.craftux.common
Methods in io.github.projectunified.craftux.common that return types with arguments of type ActionItemModifier and TypeMethodDescriptiondefault Consumer
<ActionItem> Get a consumer that applies actions to the action item@Nullable Map
<Position, Consumer<ActionItem>> Get a map of positions to action item consumersdefault @Nullable Map
<Position, ActionItem> Mask.getActionMap
(UUID uuid) Get a map of positions to action itemsMethods in io.github.projectunified.craftux.common with parameters of type ActionItemModifier and TypeMethodDescriptionvoid
ActionItem.apply
(@NotNull ActionItem actionItem) Apply non-null fields from anotherActionItem
boolean
Button.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) Apply actions to the action itemConstructors in io.github.projectunified.craftux.common with parameters of type ActionItemModifierConstructorDescriptionActionItem
(@NotNull ActionItem actionItem) Create a copy ofActionItem
ActionItem
(@NotNull ActionItem actionItem, boolean applyOnlyNonnull) Create a copy ofActionItem
-
Uses of ActionItem in io.github.projectunified.craftux.mask
Methods in io.github.projectunified.craftux.mask that return types with arguments of type ActionItemModifier and TypeMethodDescription@Nullable Map
<Position, Consumer<ActionItem>> @NotNull Map
<Position, Consumer<ActionItem>> @Nullable Map
<Position, Consumer<ActionItem>> @NotNull Map
<Position, Consumer<ActionItem>> @Nullable Map
<Position, Consumer<ActionItem>> @Nullable Map
<Position, Consumer<ActionItem>> @Nullable Map
<Position, Consumer<ActionItem>> @Nullable Map
<Position, Consumer<ActionItem>> @NotNull Map
<Position, Consumer<ActionItem>> protected @Nullable Map
<Position, Consumer<ActionItem>> ButtonPaginatedMask.getItemMap
(@NotNull UUID uuid, int pageNumber) protected @Nullable Map
<Position, Consumer<ActionItem>> MaskPaginatedMask.getItemMap
(@NotNull UUID uuid, int pageNumber) protected abstract @Nullable Map
<Position, Consumer<ActionItem>> PaginatedMask.getItemMap
(@NotNull UUID uuid, int pageNumber) Generate the item map for the unique idprotected @Nullable Map
<Position, Consumer<ActionItem>> SequencePaginatedMask.getItemMap
(@NotNull UUID uuid, int pageNumber) -
Uses of ActionItem in io.github.projectunified.craftux.minestom
Methods in io.github.projectunified.craftux.minestom that return ActionItemModifier and TypeMethodDescriptionprotected ActionItem
MinestomInventoryUI.createActionItem()
Create an action item. -
Uses of ActionItem in io.github.projectunified.craftux.simple
Methods in io.github.projectunified.craftux.simple that return types with arguments of type ActionItemMethods in io.github.projectunified.craftux.simple with parameters of type ActionItemModifier and TypeMethodDescriptionboolean
SimpleButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) -
Uses of ActionItem in io.github.projectunified.craftux.spigot
Methods in io.github.projectunified.craftux.spigot that return ActionItemModifier and TypeMethodDescriptionprotected ActionItem
SpigotInventoryUI.createActionItem()
Create an action item. -
Uses of ActionItem in io.github.projectunified.craftux.spigot.button
Methods in io.github.projectunified.craftux.spigot.button with parameters of type ActionItemModifier and TypeMethodDescriptionboolean
InputButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem) boolean
OutputButton.apply
(@NotNull UUID uuid, @NotNull ActionItem actionItem)