[ci skip] Fix incorrect javadoc for Mob pathfinding API (#6842)

This commit is contained in:
Noah van der Aa 2022-01-18 08:26:11 +01:00
parent 642328f521
commit 5fd56a9336

View file

@ -214,7 +214,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ /**
+ * @return Returns the index of the current point along the points returned in {@link #getPoints()} the entity
+ * is trying to reach, or null if we are done with this pathfinding.
+ * is trying to reach. This value will be higher than the maximum index of {@link #getPoints()} if this path finding is done.
+ */
+ int getNextPointIndex();
+