protected static class EntityAnimationController.AnimationRule<T extends IEntity>
extends java.lang.Object
| Constructor and Description |
|---|
AnimationRule(java.util.function.Predicate<? super T> condition,
java.util.function.Function<? super T,java.lang.String> animationName,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
void |
setPriority(int priority) |