public class CoordinatedEffectState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AgisAbilityState |
abilityState |
protected OID |
coordEffectOid |
protected CoordinatedEffect |
coordinatedEffect |
protected Point |
destLoc |
protected Point |
loc |
protected OID |
sourceOid |
protected OID |
targetOid |
Constructor and Description |
---|
CoordinatedEffectState(CoordinatedEffect coordinatedEffect,
OID sourceOid,
OID targetOid,
Point loc,
AgisAbilityState abilityState,
Point destLoc) |
Modifier and Type | Method and Description |
---|---|
AnimationClient.InvokeEffectMessage |
generateInvokeMessage()
override to add custom information to the message
|
AgisAbilityState |
getAbilityState() |
void |
invoke() |
void |
invoke(java.lang.String iconName,
java.lang.Boolean displayIcon) |
void |
invokeCancel() |
protected CoordinatedEffect coordinatedEffect
protected AgisAbilityState abilityState
protected OID coordEffectOid
protected OID sourceOid
protected OID targetOid
protected Point loc
protected Point destLoc
public CoordinatedEffectState(CoordinatedEffect coordinatedEffect, OID sourceOid, OID targetOid, Point loc, AgisAbilityState abilityState, Point destLoc)
public AnimationClient.InvokeEffectMessage generateInvokeMessage()
public void invoke()
public void invoke(java.lang.String iconName, java.lang.Boolean displayIcon)
public void invokeCancel()
public AgisAbilityState getAbilityState()