codacy
This commit is contained in:
parent
adbb03e5cb
commit
77db4cd19f
@ -30,16 +30,16 @@ public class Behavior implements IBehavior {
|
|||||||
|
|
||||||
public final Baritone baritone;
|
public final Baritone baritone;
|
||||||
|
|
||||||
protected Behavior(Baritone baritone) {
|
|
||||||
this.baritone = baritone;
|
|
||||||
baritone.registerBehavior(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not this behavior is enabled
|
* Whether or not this behavior is enabled
|
||||||
*/
|
*/
|
||||||
private boolean enabled = true;
|
private boolean enabled = true;
|
||||||
|
|
||||||
|
protected Behavior(Baritone baritone) {
|
||||||
|
this.baritone = baritone;
|
||||||
|
baritone.registerBehavior(this);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Toggles the enabled state of this {@link Behavior}.
|
* Toggles the enabled state of this {@link Behavior}.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user