Class Animator.AnimationEntry<P extends SkeletonParent<?,?>,S extends Skeleton>

java.lang.Object
foundry.veil.api.client.necromancer.animation.Animator.AnimationEntry<P,S>
Direct Known Subclasses:
Animator.TimedAnimationEntry
Enclosing class:
Animator<P extends SkeletonParent<?,?>,S extends Skeleton>

public static class Animator.AnimationEntry<P extends SkeletonParent<?,?>,S extends Skeleton> extends Object
  • Field Details

    • animation

      protected final Animation<P extends SkeletonParent<?,?>,S extends Skeleton> animation
    • priority

      protected final int priority
    • mixFactor

      protected float mixFactor
    • time

      protected float time
  • Method Details

    • getMixFactor

      public float getMixFactor()
    • setMixFactor

      public void setMixFactor(float mixFactor)
    • getTime

      public float getTime()
    • setTime

      public void setTime(float time)
    • apply

      protected void apply(P parent, S skeleton)