fix typo in java-doc x2
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
This commit is contained in:
parent
bf723deced
commit
d7088c8eea
@ -64,7 +64,7 @@ public final class Settings {
|
|||||||
/**
|
/**
|
||||||
* Disable baritone's auto-tool at runtime, but still assume that another mod will provide auto tool functionality
|
* Disable baritone's auto-tool at runtime, but still assume that another mod will provide auto tool functionality
|
||||||
* <p>
|
* <p>
|
||||||
* Specifically, path calculation will still assume that an auto tool wil run at execution time, even though
|
* Specifically, path calculation will still assume that an auto tool will run at execution time, even though
|
||||||
* Baritone itself will not do that.
|
* Baritone itself will not do that.
|
||||||
*/
|
*/
|
||||||
public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false);
|
public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false);
|
||||||
|
@ -75,7 +75,7 @@ public interface IBaritoneProcess {
|
|||||||
* to start eating this tick. {@code PauseForAutoEatProcess} should only actually right click once onTick is called with
|
* to start eating this tick. {@code PauseForAutoEatProcess} should only actually right click once onTick is called with
|
||||||
* {@code isSafeToCancel} true though.
|
* {@code isSafeToCancel} true though.
|
||||||
*
|
*
|
||||||
* @return Whethor or not if this control is temporary
|
* @return Whether or not if this control is temporary
|
||||||
*/
|
*/
|
||||||
boolean isTemporary();
|
boolean isTemporary();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user