Class EntityAnimationController.AnimationRule<T extends IEntity>

Enclosing class:
EntityAnimationController<T extends IEntity>

protected static class EntityAnimationController.AnimationRule<T extends IEntity>
  • 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)