not used and not publicly exposed
This commit is contained in:
		@@ -82,11 +82,6 @@ public enum Baritone implements IBaritone {
 | 
			
		||||
 | 
			
		||||
    private PathingControlManager pathingControlManager;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Whether or not Baritone is active
 | 
			
		||||
     */
 | 
			
		||||
    private boolean active;
 | 
			
		||||
 | 
			
		||||
    Baritone() {
 | 
			
		||||
        this.gameEventHandler = new GameEventHandler();
 | 
			
		||||
    }
 | 
			
		||||
@@ -126,7 +121,6 @@ public enum Baritone implements IBaritone {
 | 
			
		||||
            } catch (IOException ignored) {}
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        this.active = true;
 | 
			
		||||
        this.initialized = true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -209,10 +203,6 @@ public enum Baritone implements IBaritone {
 | 
			
		||||
        this.gameEventHandler.registerEventListener(listener);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean isActive() {
 | 
			
		||||
        return this.active;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public Settings getSettings() {
 | 
			
		||||
        return this.settings;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user