s
This commit is contained in:
@@ -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();
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user