Class Recruitment
java.lang.Object
net.sf.colossus.game.actions.LegionAction
net.sf.colossus.game.actions.AddCreatureAction
net.sf.colossus.game.actions.Recruitment
- All Implemented Interfaces:
GameAction, RevealingAction
-
Field Summary
FieldsFields inherited from class LegionAction
legion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a string representing the reason for the addition.toString()Methods inherited from class AddCreatureAction
getAddedCreatureTypeMethods inherited from class LegionAction
getLegion
-
Field Details
-
recruiter
-
-
Constructor Details
-
Recruitment
-
-
Method Details
-
getRecruited
-
getRecruiter
-
getRevealedCreatures
- Specified by:
getRevealedCreaturesin interfaceRevealingAction- Overrides:
getRevealedCreaturesin classAddCreatureAction
-
getReason
Description copied from class:AddCreatureActionReturns 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:
getReasonin classAddCreatureAction
-
toString
- Overrides:
toStringin classAddCreatureAction
-