diff --git a/src/api/java/baritone/api/process/IBaritoneProcess.java b/src/api/java/baritone/api/process/IBaritoneProcess.java index 3f907c3d..d05bd8ef 100644 --- a/src/api/java/baritone/api/process/IBaritoneProcess.java +++ b/src/api/java/baritone/api/process/IBaritoneProcess.java @@ -43,7 +43,8 @@ public interface IBaritoneProcess { * * @param calcFailed true if this specific process was in control last tick, and there was a CALC_FAILED event last tick * @param isSafeToCancel true if a REQUEST_PAUSE would happen this tick, and PathingBehavior wouldn't actually tick. - * false if the PathExecutor reported pausing would be unsafe at the end of the last tick + * false if the PathExecutor reported pausing would be unsafe at the end of the last tick. + * Effectively "could request cancel or pause and have it happen right away" * @return what the PathingBehavior should do */ PathingCommand onTick(boolean calcFailed, boolean isSafeToCancel);