1 Commits

Author SHA1 Message Date
YouHaveTrouble 912426ce9c s 2021-05-03 02:26:32 +02:00
+2 -2
View File
@@ -1,4 +1,4 @@
# PathfinderPath
# PathfinderPaths
PathfinderPath is an API that allows you to use minecraft pathfinder to get a list of locations from the starting point
up until the goal.
@@ -17,4 +17,4 @@ PathCalculationResult result = path.recalculatePath();
if (result.equals(PathCalculationResult.SUCCESS)) {
List<Location> locations = path.getPath();
}
```
```