Class MaskPaginatedMask

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

public abstract class MaskPaginatedMask extends PaginatedMask
The mask paginated mask, those with a long list of masks divided into pages.
  • Constructor Details

    • MaskPaginatedMask

      public MaskPaginatedMask()
  • Method Details

    • getMasks

      @NotNull public abstract @NotNull List<@NotNull Function<@NotNull InventoryContext,@Nullable Map<Integer,ActionItem>>> getMasks(@NotNull @NotNull UUID uuid)
      Get the masks for the unique id
      Parameters:
      uuid - the unique id
      Returns:
      the masks
    • 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.