public class CatherbyFishFarm extends IdleScript
Modifier and Type | Field and Description |
---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder
Constructor and Description |
---|
CatherbyFishFarm() |
Modifier and Type | Method and Description |
---|---|
void |
bank() |
void |
cook() |
void |
openCookDoor() |
void |
openDoor() |
int |
start(java.lang.String[] param)
This function is the entry point for the program.
|
void |
walkBack() |
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, paintInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterrupt
public static final ScriptInfo info
public int start(java.lang.String[] param)
IdleScript
start
in class IdleScript
param
- an array of String values representing the parameters passed to the functionpublic void cook()
public void openDoor()
public void openCookDoor()
public void bank()
public void walkBack()