public class AIOAIO_State
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AIOAIO_Config |
botConfig |
AIOAIO_Skill |
currentSkill
This class exists to not clutter up AIOAIO.java tbh.
|
AIOAIO_Task |
currentTask |
long |
endTime |
boolean |
guiSetup |
boolean |
hasAxeInBank |
boolean |
hasPickInBank |
long |
initBankValue |
int |
initLevel |
long |
lastCheckedBankValue |
boolean |
postLoginSetup |
boolean |
startPressed |
java.lang.String |
status |
boolean |
taskStartup |
Constructor and Description |
---|
AIOAIO_State() |
public AIOAIO_Skill currentSkill
public AIOAIO_Task currentTask
public AIOAIO_Config botConfig
public boolean postLoginSetup
public boolean guiSetup
public boolean startPressed
public boolean taskStartup
public long endTime
public java.lang.String status
public boolean hasAxeInBank
public boolean hasPickInBank
public int initLevel
public long initBankValue
public long lastCheckedBankValue