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 SummaryFieldsFields inherited from class foundry.veil.api.client.necromancer.animation.Animator.AnimationEntryanimation, mixFactor, priority, time
- 
Method SummaryModifier and TypeMethodDescriptionbooleanprotected voidvoidbegin()voidresume()voidrewind()voidsetAnimLength(int lengthInTicks) voidstop()Methods inherited from class foundry.veil.api.client.necromancer.animation.Animator.AnimationEntrygetMixFactor, getTime, setMixFactor, setTime
- 
Field Details- 
playingpublic boolean playing
 
- 
- 
Method Details- 
setAnimLengthpublic void setAnimLength(int lengthInTicks) 
- 
beginpublic void begin()
- 
resumepublic void resume()
- 
rewindpublic void rewind()
- 
stoppublic void stop()
- 
animationEndedpublic boolean animationEnded()
- 
apply- Overrides:
- applyin class- Animator.AnimationEntry<P extends SkeletonParent<?,- ?>, - T extends Skeleton> 
 
 
-