Merge branch 'master' of https://github.com/JessSystemV/BaseBandRewrite
This commit is contained in:
commit
7cc2e83394
1 changed files with 1 additions and 12 deletions
|
@ -1,24 +1,13 @@
|
||||||
package com.baseband.client.util.baritone;
|
package com.baseband.client.util.baritone;
|
||||||
|
|
||||||
import baritone.api.BaritoneAPI;
|
|
||||||
import baritone.api.IBaritone;
|
|
||||||
import baritone.api.Settings;
|
|
||||||
import baritone.api.process.IBaritoneProcess;
|
|
||||||
import baritone.api.process.ICustomGoalProcess;
|
|
||||||
import baritone.api.process.PathingCommand;
|
|
||||||
import baritone.api.process.PathingCommandType;
|
|
||||||
import com.baseband.client.BaseBand;
|
|
||||||
import com.baseband.client.event.events.BaritoneEvent;
|
|
||||||
import com.baseband.client.util.ingame.ChatUtil;
|
|
||||||
import com.baseband.client.util.misc.GlobalUtil;
|
import com.baseband.client.util.misc.GlobalUtil;
|
||||||
import net.minecraft.util.math.Vec3d;
|
|
||||||
|
|
||||||
|
|
||||||
public class BaritonePresenceManager {
|
public class BaritonePresenceManager {
|
||||||
|
|
||||||
|
|
||||||
//I credit Sir Jonathan RusherHack for the detection
|
//I credit Sir Jonathan RusherHack for the detection
|
||||||
public static boolean IS_BARITONE_PRESENT = false;
|
public static boolean IS_BARITONE_PRESENT;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
//No jonathan this is the only sane way to do it you cannot copyright common sense jonathan
|
//No jonathan this is the only sane way to do it you cannot copyright common sense jonathan
|
||||||
|
|
Loading…
Add table
Reference in a new issue