Class SummonInfo
java.lang.Object
net.sf.colossus.game.SummonInfo
Little helper class to store information about a summoning:
The target legion, the donor legion, and the summoned
creature(type) (creature as String, for now).
TODO there is overlap with the SummonEvent here, although the
semantics are different. Maybe a constructor for SummonEvent could
use this class.
-
Field Details
-
target
-
donor
-
unit
-
noSummoningWanted
private final boolean noSummoningWanted
-
-
Constructor Details
-
SummonInfo
-
SummonInfo
public SummonInfo()
-
-
Method Details
-
getTarget
-
getDonor
-
getUnit
-
noSummoningWanted
public boolean noSummoningWanted() -
toString
-