Class HybridMask
java.lang.Object
io.github.projectunified.craftux.mask.MultiMask<Mask>
io.github.projectunified.craftux.mask.HybridMask
The mask that views multiple masks
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.projectunified.craftux.mask.MultiMask
add, add, getElements, init, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.projectunified.craftux.common.Mask
getActionMap
-
Constructor Details
-
HybridMask
public HybridMask()
-
-
Method Details
-
apply
Description copied from interface:Mask
Get a map of positions to action item consumers- Parameters:
uuid
- the uuid of the player- Returns:
- the map, or null if no items should be displayed. Can return null in a conditional case (e.g. predicate mask)
-