Package net.sf.colossus.game.actions
Class Summoning
java.lang.Object
net.sf.colossus.game.actions.LegionAction
net.sf.colossus.game.actions.AddCreatureAction
net.sf.colossus.game.actions.Summoning
- All Implemented Interfaces:
GameAction
,RevealingAction
-
Field Summary
FieldsFields inherited from class net.sf.colossus.game.actions.LegionAction
legion
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.colossus.game.actions.AddCreatureAction
getAddedCreatureType, getRevealedCreatures
Methods inherited from class net.sf.colossus.game.actions.LegionAction
getLegion
-
Field Details
-
donor
-
-
Constructor Details
-
Summoning
-
-
Method Details
-
getReason
Description copied from class:AddCreatureAction
Returns a string representing the reason for the addition. TODO remove in favour of using the event hierarchy TODO should be abstract here, but History still creates instances of this class- Overrides:
getReason
in classAddCreatureAction
-
getDonor
-
toString
- Overrides:
toString
in classAddCreatureAction
-