So I have some code that looks like this:
Coordinate playerLocation = getLocal().getPosition();
System.out.println(playerLocation);
System.out.println(stepArray[i]);
RegionPath currentPath = build(playerLocation, stepArray[i]);
System.out.println(currentPath);
currentPath.step();
(stepArray is...