Class MultiSlotsMask
java.lang.Object
me.hsgamer.hscore.minecraft.gui.mask.MultiMask<ActionItem>
me.hsgamer.hscore.minecraft.gui.mask.MultiSlotsMask
- All Implemented Interfaces:
Function<@NotNull InventoryContext,
,@Nullable Map<Integer, ActionItem>> GUIElement
The masks with multiple slot
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultiSlotsMask
(@NotNull Function<InventoryContext, List<Integer>> maskSlot) Create a new mask -
Method Summary
Modifier and TypeMethodDescription@NotNull Map
<Integer, ActionItem> apply
(@NotNull InventoryContext context) @NotNull Function
<InventoryContext, List<Integer>> Get the mask slotMethods inherited from class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
add, add, getElements, init, requireChildElements, stop
-
Field Details
-
maskSlot
-
-
Constructor Details
-
MultiSlotsMask
Create a new mask- Parameters:
maskSlot
- the mask slot
-
-
Method Details
-
getMaskSlot
Get the mask slot- Returns:
- the mask slot
-
apply
-