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() |
getAddedCreatureType
getLegion
private final CreatureType recruiter
public Recruitment(Legion legion, CreatureType recruited, CreatureType recruiter)
public CreatureType getRecruited()
public CreatureType getRecruiter()
public CreatureType[] getRevealedCreatures()
getRevealedCreatures
in interface RevealingAction
getRevealedCreatures
in class AddCreatureAction
public java.lang.String getReason()
AddCreatureAction
getReason
in class AddCreatureAction
public java.lang.String toString()
toString
in class AddCreatureAction