public class Recruitment extends AddCreatureAction
| Modifier and Type | Field and Description |
|---|---|
private CreatureType |
recruiter |
legion| Constructor and Description |
|---|
Recruitment(Legion legion,
CreatureType recruited,
CreatureType recruiter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason()
Returns a string representing the reason for the addition.
|
CreatureType |
getRecruited() |
CreatureType |
getRecruiter() |
CreatureType[] |
getRevealedCreatures() |
java.lang.String |
toString() |
getAddedCreatureTypegetLegionprivate final CreatureType recruiter
public Recruitment(Legion legion, CreatureType recruited, CreatureType recruiter)
public CreatureType getRecruited()
public CreatureType getRecruiter()
public CreatureType[] getRevealedCreatures()
getRevealedCreatures in interface RevealingActiongetRevealedCreatures in class AddCreatureActionpublic java.lang.String getReason()
AddCreatureActiongetReason in class AddCreatureActionpublic java.lang.String toString()
toString in class AddCreatureAction