Class RepeatAction
-
- All Implemented Interfaces:
public class RepeatAction extends Action
-
-
Constructor Summary
Constructors Constructor Description RepeatAction(BaseActionManager manager, ConfigReader config)
-
Method Summary
Modifier and Type Method Description String
getGlobalId()
Evaluator<Integer>
getRepeat()
Action
getActions()
ActionType
getType()
-
-
Constructor Detail
-
RepeatAction
RepeatAction(BaseActionManager manager, ConfigReader config)
-
-
Method Detail
-
getGlobalId
@NonNull() String getGlobalId()
-
getActions
@NonNull() Action getActions()
-
getType
@NonNull() ActionType getType()
-
-
-
-