This commit is contained in:
YouHaveTrouble
2021-05-03 02:26:32 +02:00
committed by GitHub
parent b670812d00
commit 912426ce9c
+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 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. up until the goal.
@@ -17,4 +17,4 @@ PathCalculationResult result = path.recalculatePath();
if (result.equals(PathCalculationResult.SUCCESS)) { if (result.equals(PathCalculationResult.SUCCESS)) {
List<Location> locations = path.getPath(); List<Location> locations = path.getPath();
} }
``` ```