Class SequencePaginatedMask

java.lang.Object
me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
me.hsgamer.hscore.minecraft.gui.mask.SequencePaginatedMask
All Implemented Interfaces:
Function<@NotNull InventoryContext,@Nullable Map<Integer,ActionItem>>, GUIElement

public abstract class SequencePaginatedMask extends PaginatedMask
A button paginated mask, where each button is a page
  • Field Details

  • Constructor Details

    • SequencePaginatedMask

      protected SequencePaginatedMask(@NotNull @NotNull Function<InventoryContext,List<Integer>> maskSlot)
      Create a new mask
      Parameters:
      maskSlot - the mask slot
  • Method Details

    • getMaskSlot

      @NotNull public @NotNull Function<InventoryContext,List<Integer>> getMaskSlot()
      Get the mask slot
      Returns:
      the mask slot
    • getButtons

      @NotNull public abstract @NotNull List<@NotNull Function<@NotNull InventoryContext,@Nullable ActionItem>> getButtons(UUID uuid)
      Get the buttons for the unique id
      Parameters:
      uuid - the unique id
      Returns:
      the buttons
    • getItemMap

      @Nullable protected @Nullable Map<@NotNull Integer,@NotNull ActionItem> getItemMap(@NotNull @NotNull InventoryContext context, int pageNumber)
      Description copied from class: PaginatedMask
      Generate the item map for the unique id
      Specified by:
      getItemMap in class PaginatedMask
      Parameters:
      context - the context
      pageNumber - the page number
      Returns:
      the map contains the slots and the buttons
    • stop

      public void stop()
      Description copied from interface: GUIElement
      Stop the element. Should be called after removing from the GUI.