From 5fd56a9336df0604b476d0049850706b0abf590a Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Tue, 18 Jan 2022 08:26:11 +0100 Subject: [PATCH] [ci skip] Fix incorrect javadoc for Mob pathfinding API (#6842) --- patches/api/Mob-Pathfinding-API.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Mob-Pathfinding-API.patch b/patches/api/Mob-Pathfinding-API.patch index dd6a0bc1c2..04b182c193 100644 --- a/patches/api/Mob-Pathfinding-API.patch +++ b/patches/api/Mob-Pathfinding-API.patch @@ -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(); +