<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a></code></div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a></code></div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a>></code></div>
<divclass="block">All currently calculated points to follow along the path to reach the destination location
Will return points the entity has already moved past, see <ahref="#getNextPointIndex()"><code>getNextPointIndex()</code></a></div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<sectionclass="details">
<ulclass="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<sectionclass="method-details"id="method-detail">
<h2>Method Details</h2>
<ulclass="member-list">
<li>
<sectionclass="detail"id="getPoints()">
<h3>getPoints</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html"title="class or interface in java.util"class="external-link">List</a><<ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a>></span> <spanclass="element-name">getPoints</span>()</div>
<divclass="block">All currently calculated points to follow along the path to reach the destination location
Will return points the entity has already moved past, see <ahref="#getNextPointIndex()"><code>getNextPointIndex()</code></a></div>
<dd>Returns the index of the current point along the points returned in <ahref="#getPoints()"><code>getPoints()</code></a> the entity
is trying to reach. This value will be higher than the maximum index of <ahref="#getPoints()"><code>getPoints()</code></a> if this path finding is done.</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getNextPoint()">
<h3>getNextPoint</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a></span> <spanclass="element-name">getNextPoint</span>()</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The next location in the path points the entity is trying to reach, or null if there is no next point</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getFinalPoint()">
<h3>getFinalPoint</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../../../../org/bukkit/Location.html"title="class in org.bukkit">Location</a></span> <spanclass="element-name">getFinalPoint</span>()</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The closest point the path can get to the target location</dd>