Rename getCurrentPathSearch to getPathFinder

This commit is contained in:
Brady 2018-10-08 21:02:55 -05:00
parent 7d0aa4d7a5
commit 8278576227
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -81,7 +81,7 @@ public interface IPathingBehavior extends IBehavior {
/**
* @return The current path finder being executed
*/
Optional<IPathFinder> getCurrentPathSearch();
Optional<IPathFinder> getPathFinder();
/**
* @return The current path executor