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 TypeMethodDescriptionbooleanAnimatedButton.apply(@NotNull UUID uuid, @NotNull ActionItem actionItem) booleanListButton.apply(@NotNull UUID uuid, @NotNull ActionItem actionItem) booleanPredicateButton.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 TypeMethodDescriptionvoidActionItem.apply(@NotNull ActionItem actionItem) Apply non-null fields from anotherActionItembooleanButton.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 ofActionItemActionItem(@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 ActionItemMinestomInventoryUI.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 TypeMethodDescriptionbooleanSimpleButton.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 ActionItemSpigotInventoryUI.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 TypeMethodDescriptionbooleanInputButton.apply(@NotNull UUID uuid, @NotNull ActionItem actionItem) booleanOutputButton.apply(@NotNull UUID uuid, @NotNull ActionItem actionItem)