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
The mask paginated mask, those with a long list of masks divided into pages.
-
Field Summary
Fields inherited from class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
cycle, pageNumberMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable Map
<@NotNull Integer, @NotNull ActionItem> getItemMap
(@NotNull InventoryContext context, int pageNumber) Generate the item map for the unique idabstract @NotNull List
<@NotNull Function<@NotNull InventoryContext, @Nullable Map<Integer, ActionItem>>> Get the masks for the unique idvoid
stop()
Stop the element.Methods inherited from class me.hsgamer.hscore.minecraft.gui.mask.PaginatedMask
apply, getAndSetExactPage, getExactPage, getPage, isCycle, nextPage, previousPage, setCycle, setPage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.hscore.minecraft.gui.common.GUIElement
init
-
Constructor Details
-
MaskPaginatedMask
public MaskPaginatedMask()
-
-
Method Details
-
getMasks
@NotNull public abstract @NotNull List<@NotNull Function<@NotNull InventoryContext,@Nullable Map<Integer, getMasksActionItem>>> (@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 classPaginatedMask
- Parameters:
context
- the contextpageNumber
- 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.
-