Class RepeatAction

  • All Implemented Interfaces:
    Pool.Poolable

    public class RepeatAction
    extends DelegateAction
    Repeats an action a number of times or forever.
    • Constructor Detail

      • RepeatAction

        public RepeatAction()
    • Method Detail

      • finish

        public void finish()
        Causes the action to not repeat again.
      • restart

        public void restart()
        Description copied from class: Action
        Sets the state of the action so it can be run again.
        Overrides:
        restart in class DelegateAction
      • setCount

        public void setCount​(int count)
        Sets the number of times to repeat. Can be set to FOREVER.
      • getCount

        public int getCount()