public class Monkz extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
Monkz() |
| Modifier and Type | Method and Description |
|---|---|
void |
attack() |
void |
buryBones() |
void |
heal() |
void |
openDoor() |
void |
pray() |
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 int start(java.lang.String[] parameters)
start in class IdleScriptparameters - an array of String values representing the parameters passed to the functionpublic void pray()
public void buryBones()
public void heal()
public void attack()
public void openDoor()