mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
[ci skip] Fix incorrect javadoc for Mob pathfinding API (#6842)
This commit is contained in:
parent
642328f521
commit
5fd56a9336
@ -214,7 +214,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * @return Returns the index of the current point along the points returned in {@link #getPoints()} the entity
|
+ * @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();
|
+ int getNextPointIndex();
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user