Class AbilityExecution
java.lang.Object
de.gurkenlabs.litiengine.abilities.AbilityExecution
- All Implemented Interfaces:
IUpdateable
-
Method Summary
Modifier and TypeMethodDescriptionlongvoidupdate()Apply all ability effects after their delay. Unregister this instance after all effects were applies. Effects will apply their follow up effects on their own.
-
Method Details
-
getAbility
-
getAppliedEffects
-
getCastLocation
-
getExecutionImpactArea
-
getExecutionTicks
public long getExecutionTicks() -
update
public void update()- Apply all ability effects after their delay.
- Unregister this instance after all effects were applies.
- Effects will apply their follow up effects on their own.
- Specified by:
updatein interfaceIUpdateable- See Also:
-