animateLoop

open fun animateLoop(@NotNull animation: String): Boolean
open fun animateLoop(@NotNull animation: String, modifier: AnimationModifier): Boolean
open fun animateLoop(@NotNull filter: Predicate<RenderedEntity>, @NotNull animation: String, modifier: AnimationModifier, removeTask: Runnable): Boolean