Class Legion.AcquirableDecision

java.lang.Object
net.sf.colossus.game.Legion.AcquirableDecision
Enclosing class:
Legion

public class Legion.AcquirableDecision extends Object
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 Details

    • legion

      private final Legion legion
    • points

      private final int points
    • acquirables

      private final List<CreatureType> acquirables
  • Constructor Details

  • Method Details

    • getAcquirables

      public List<CreatureType> getAcquirables()
    • getPoints

      public int getPoints()
    • getLegion

      public Legion getLegion()