public class AbilityExecution extends java.lang.Object implements IUpdateable
| Constructor and Description |
|---|
AbilityExecution(Ability ability)
Instantiates a new ability execution.
|
| Modifier and Type | Method and Description |
|---|---|
Ability |
getAbility() |
java.util.List<IEffect> |
getAppliedEffects() |
java.awt.geom.Point2D |
getCastLocation() |
java.awt.Shape |
getExecutionImpactArea() |
long |
getExecutionTicks() |
void |
update()
1.
|
public AbilityExecution(Ability ability)
ability - the abilitypublic Ability getAbility()
public java.util.List<IEffect> getAppliedEffects()
public java.awt.geom.Point2D getCastLocation()
public java.awt.Shape getExecutionImpactArea()
public long getExecutionTicks()
public void update()
update in interface IUpdateable