Class Animation<P extends SkeletonParent<?,?>,S extends Skeleton>

java.lang.Object
foundry.veil.api.client.necromancer.animation.Animation<P,S>
Direct Known Subclasses:
KeyframedAnimation

public abstract class Animation<P extends SkeletonParent<?,?>,S extends Skeleton> extends Object
  • Constructor Details

    • Animation

      public Animation()
  • Method Details

    • running

      public boolean running(P parent, S skeleton, float mixFactor, float time)
    • apply

      public void apply(P parent, S skeleton, float mixFactor, float time)