Class AbstractAI.MoveInfo

  • Enclosing class:
    AbstractAI

    protected class AbstractAI.MoveInfo
    extends java.lang.Object
    little helper to store info about possible moves
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hex

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

        final int value
      • difference

        final int difference