public interface GUICallbacks
Modifier and Type | Method and Description |
---|---|
void |
acquireAngelCallback(Legion legion,
CreatureType angelType) |
void |
answerConcede(Legion legion,
boolean answer) |
void |
answerFlee(Legion ally,
boolean answer) |
void |
applyCarries(BattleHex hex) |
void |
concede() |
void |
doBattleMove(int tag,
BattleHex hex) |
void |
doneWithBattleMoves() |
void |
doneWithStrikes() |
void |
leaveCarryMode() |
void |
strike(int tag,
BattleHex hex) |
void |
undoBattleMove(BattleHex hex) |
void leaveCarryMode()
void applyCarries(BattleHex hex)
void acquireAngelCallback(Legion legion, CreatureType angelType)
void answerFlee(Legion ally, boolean answer)
void answerConcede(Legion legion, boolean answer)
void doBattleMove(int tag, BattleHex hex)
void undoBattleMove(BattleHex hex)
void strike(int tag, BattleHex hex)
void doneWithBattleMoves()
void doneWithStrikes()
void concede()