Class HybridMask
java.lang.Object
me.hsgamer.hscore.minecraft.gui.mask.MultiMask<Map<Integer,ActionItem>>
me.hsgamer.hscore.minecraft.gui.mask.HybridMask
- All Implemented Interfaces:
Function<@NotNull InventoryContext,
,@Nullable Map<Integer, ActionItem>> GUIElement
The mask that views multiple masks
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull 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
-
HybridMask
public HybridMask()
-
-
Method Details
-
apply
-