Interface MoveAction.IMoveEvaluator

  • Enclosing class:
    MoveAction

    public static interface MoveAction.IMoveEvaluator
    Interface for evaluating moves.
    • Method Detail

      • evaluateMove

        double evaluateMove​(IVector2 position)
        Evaluate the move to the given position.
        Parameters:
        position - The position to move to.
        Returns:
        A number representing the move value (bigger=better).