Class OneTimeAnimatedMask
java.lang.Object
io.github.projectunified.craftux.mask.MultiMask<Mask>
io.github.projectunified.craftux.mask.OneTimeAnimatedMask
The animated mask with child masks as frames, but only run once
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<Position, Consumer<ActionItem>> Get a map of positions to action item consumersprotected boolean
Whether this mask requires child elementsvoid
Reset the animation for the unique idvoid
setPeriodMillis
(long periodMillis) Set the period of the animationvoid
setViewLast
(boolean viewLast) Set whether to view the last frame when the animation is finishedvoid
stop()
Stop the element.Methods inherited from class io.github.projectunified.craftux.mask.MultiMask
add, add, getElements, init
-
Constructor Details
-
OneTimeAnimatedMask
public OneTimeAnimatedMask()
-
-
Method Details
-
requireChildElements
protected boolean requireChildElements()Description copied from class:MultiMask
Whether this mask requires child elements- Overrides:
requireChildElements
in classMultiMask<Mask>
- Returns:
- true if it requires child elements
-
setPeriodMillis
public void setPeriodMillis(long periodMillis) Set the period of the animation- Parameters:
periodMillis
- the period in milliseconds
-
setViewLast
public void setViewLast(boolean viewLast) Set whether to view the last frame when the animation is finished- Parameters:
viewLast
- true to view the last frame
-
reset
Reset the animation for the unique id- Parameters:
uuid
- the unique id
-
stop
public void stop()Description copied from interface:Element
Stop the element. Should be called after removing from the GUI. -
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)
-