Can someone tell me what i am doing wrong?
LinkedList<Position> path = LocalPathFinder.findPath(new Position(xxxx, xxxx, 0));
error: cannot make a static reference to the non-static method
also how do i walk a path?
Untill now i used my own method. Is there a pathwalking method in the API, because i cannot find it
Ty