Rename getCurrentPathSearch to getPathFinder

This commit is contained in:
Brady
2018-10-08 21:02:55 -05:00
parent 7d0aa4d7a5
commit 8278576227

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