mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
[ci skip] Fix incorrect javadoc for Mob pathfinding API (#6842)
This commit is contained in:
parent
642328f521
commit
5fd56a9336
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue