-
public final class ActionActor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumActionActor.ActionAct
-
Constructor Summary
Constructors Constructor Description ActionActor()
-
Method Summary
Modifier and Type Method Description final List<Pair<ActionActor.ActionAct, Action>>act(Long now, ArrayList<Action.ShowOverlayAction> showOverlayActions, ArrayList<Action.HideOverlayAction> hideOverlayActions)Actions should be provided sorted based on their offset -
-
Method Detail
-
act
final List<Pair<ActionActor.ActionAct, Action>> act(Long now, ArrayList<Action.ShowOverlayAction> showOverlayActions, ArrayList<Action.HideOverlayAction> hideOverlayActions)
Actions should be provided sorted based on their offset
-
-
-
-