public abstract class EntityTransition<T extends Entity> extends Transition implements IEntityProvider
| Modifier | Constructor and Description |
|---|---|
protected |
EntityTransition(T entity,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
T |
getEntity() |
compareTo, getNextState, getPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconditionsFullfilledprotected EntityTransition(T entity, int priority)
public T getEntity()
getEntity in interface IEntityProvider