public class PotionDrinker extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
PotionDrinker() |
| Modifier and Type | Method and Description |
|---|---|
void |
setConstraints() |
void |
setListeners() |
void |
setTheming() |
void |
showGUI() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, paintInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterruptpublic static final ScriptInfo info
public void showGUI()
public void setListeners()
public void setConstraints()
public void setTheming()
public int start(java.lang.String[] parameters)
IdleScriptstart in class IdleScriptparameters - an array of String values representing the parameters passed to the function