Class Animator.TimedAnimationEntry<P extends SkeletonParent<?,?>,T extends Skeleton>
java.lang.Object
foundry.veil.api.client.necromancer.animation.Animator.AnimationEntry<P,T>
foundry.veil.api.client.necromancer.animation.Animator.TimedAnimationEntry<P,T>
- Enclosing class:
Animator<P extends SkeletonParent<?,?>, S extends Skeleton>
public static class Animator.TimedAnimationEntry<P extends SkeletonParent<?,?>,T extends Skeleton>
extends Animator.AnimationEntry<P,T>
-
Field Summary
FieldsFields inherited from class foundry.veil.api.client.necromancer.animation.Animator.AnimationEntry
animation, mixFactor, priority, time -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected voidvoidbegin()voidresume()voidrewind()voidsetAnimLength(int lengthInTicks) voidstop()Methods inherited from class foundry.veil.api.client.necromancer.animation.Animator.AnimationEntry
getMixFactor, getTime, setMixFactor, setTime
-
Field Details
-
playing
public boolean playing
-
-
Method Details
-
setAnimLength
public void setAnimLength(int lengthInTicks) -
begin
public void begin() -
resume
public void resume() -
rewind
public void rewind() -
stop
public void stop() -
animationEnded
public boolean animationEnded() -
apply
- Overrides:
applyin classAnimator.AnimationEntry<P extends SkeletonParent<?,?>, T extends Skeleton>
-