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 java.lang.Object
  • Constructor Summary

    Constructors 
    ConstructorDescription
    AnimationRule​(java.util.function.Predicate<? super T> condition, java.util.function.Function<? super T,​java.lang.String> animationName, int priority) 
  • Method Summary

    Modifier and TypeMethodDescription
    intgetPriority() 
    voidsetPriority​(int priority) 

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnimationRule

      public AnimationRule​(java.util.function.Predicate<? super T> condition, java.util.function.Function<? super T,​java.lang.String> animationName, int priority)
  • Method Details