Class AbstractAI.MoveInfo

java.lang.Object
net.sf.colossus.ai.AbstractAI.MoveInfo
Enclosing class:
AbstractAI

protected class AbstractAI.MoveInfo extends Object
little helper to store info about possible moves
  • Field Details

    • legion

      final Legion legion
    • hex

      final MasterHex hex
      hex to move to. if hex == null, then this means sit still.
    • value

      final int value
    • difference

      final int difference
    • why

      final ValueRecorder why
  • Constructor Details