Class ListMask
java.lang.Object
me.hsgamer.hscore.minecraft.gui.mask.MultiMask<Map<Integer,ActionItem>>
me.hsgamer.hscore.minecraft.gui.mask.ListMask
- All Implemented Interfaces:
Function<@NotNull InventoryContext,
,@Nullable Map<Integer, ActionItem>> GUIElement
The mask with a list of child masks
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<Integer, ActionItem> apply
(@NotNull InventoryContext context) Methods inherited from class me.hsgamer.hscore.minecraft.gui.mask.MultiMask
add, add, getElements, init, requireChildElements, stop
-
Constructor Details
-
ListMask
public ListMask()
-
-
Method Details
-
apply
@Nullable public @Nullable Map<Integer,ActionItem> apply(@NotNull @NotNull InventoryContext context)
-