PlayOnce

Implementation for PLAY_ONCE.

Since

1.15.2

Parameters

<T>

the type of keyframe

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun clear()
Resets the iterator to its initial state.
Link copied to clipboard
open fun forEachRemaining(action: Consumer<in E>)
Link copied to clipboard
open fun hasNext(): Boolean
Link copied to clipboard
@NotNull
open fun next(): @NotNull T
Link copied to clipboard
open fun remove()
Link copied to clipboard
@NotNull
open fun type(): @NotNull AnimationIterator.Type
Returns the type of this animation iterator.