public class MiningGuild extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
MiningGuild() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
adamantiteAvailable() |
void |
bank() |
boolean |
coalAvailable() |
boolean |
goldAvailable() |
void |
mine(java.lang.String i) |
boolean |
mithrilAvailable() |
void |
paintInterrupt()
This will be called by
DrawCallback every game frame. |
void |
quit(java.lang.Integer i) |
boolean |
rockEmpty() |
void |
run() |
boolean |
runiteAvailable() |
void |
setup() |
int |
start(java.lang.String[] param)
This function is the entry point for the program.
|
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterruptpublic static final ScriptInfo info
public int start(java.lang.String[] param)
IdleScriptstart in class IdleScriptparam - an array of String values representing the parameters passed to the functionpublic void run()
public void mine(java.lang.String i)
public void bank()
public void setup()
public void quit(java.lang.Integer i)
public boolean runiteAvailable()
public boolean adamantiteAvailable()
public boolean mithrilAvailable()
public boolean goldAvailable()
public boolean coalAvailable()
public boolean rockEmpty()
public void paintInterrupt()
IdleScriptDrawCallback every game frame. Override this in
your script to paint on the screen.paintInterrupt in class IdleScript