Class EntityAnimationController.AnimationRule<T extends IEntity>

java.lang.Object
de.gurkenlabs.litiengine.graphics.animation.EntityAnimationController.AnimationRule<T>
Enclosing class:
EntityAnimationController<T extends IEntity>

protected static class EntityAnimationController.AnimationRule<T extends IEntity> extends Object
  • Constructor Details

    • AnimationRule

      public AnimationRule(Predicate<? super T> condition, Function<? super T,String> animationName, int priority)
  • Method Details

    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)