whoops
This commit is contained in:
parent
fdee1b9453
commit
ebd3ce42d0
@ -50,11 +50,12 @@ public interface IPathingBehavior extends IBehavior {
|
|||||||
boolean isPathing();
|
boolean isPathing();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cancels the pathing behavior or the current path calculation. Also cancels all processes that could be controlling path.
|
* Cancels the pathing behavior or the current path calculation, and all processes that could be controlling path.
|
||||||
* <p>
|
* <p>
|
||||||
* Basically, "MAKE IT STOP".
|
* Basically, "MAKE IT STOP".
|
||||||
*
|
*
|
||||||
* @return whether or not the pathing behavior was canceled. All processes are guaranteed to be canceled, but the PathingBehavior might be in the middle of an uncancelable action like a parkour jump
|
* @return Whether or not the pathing behavior was canceled. All processes are guaranteed to be canceled, but the
|
||||||
|
* PathingBehavior might be in the middle of an uncancelable action like a parkour jump
|
||||||
*/
|
*/
|
||||||
boolean cancelEverything();
|
boolean cancelEverything();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user