Rename getCurrentPathSearch to getPathFinder
This commit is contained in:
parent
7d0aa4d7a5
commit
8278576227
@ -81,7 +81,7 @@ public interface IPathingBehavior extends IBehavior {
|
|||||||
/**
|
/**
|
||||||
* @return The current path finder being executed
|
* @return The current path finder being executed
|
||||||
*/
|
*/
|
||||||
Optional<IPathFinder> getCurrentPathSearch();
|
Optional<IPathFinder> getPathFinder();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The current path executor
|
* @return The current path executor
|
||||||
|
Loading…
Reference in New Issue
Block a user