Package net.sf.colossus.game
Class Legion.AcquirableDecision
java.lang.Object
net.sf.colossus.game.Legion.AcquirableDecision
- Enclosing class:
Legion
Data for one pending decision. For example, for crossing the 500
there will be a decision, whether the player takes for this legion
an angel or an archangel.
TODO this should not be here, it should probably be modelled as a
game action
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<CreatureType> private final Legion
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionAcquirableDecision
(Legion legion, int points, List<CreatureType> acquirables) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
legion
-
points
private final int points -
acquirables
-
-
Constructor Details
-
AcquirableDecision
-
-
Method Details
-
getAcquirables
-
getPoints
public int getPoints() -
getLegion
-