Interface AnimationIterator<T extends Timed>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
AnimationIterator.HoldOnLast, AnimationIterator.Loop, AnimationIterator.PlayOnce

public interface AnimationIterator<T extends Timed> extends Iterator<T>
A keyframe iterator of animation.
  • Method Details

    • clear

      void clear()
      Clears this iterator
    • type

      @NotNull @NotNull AnimationIterator.Type type()
      Gets an animation type
      Returns:
      type