public class SellToShop extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
SellToShop() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeSetup() |
boolean |
isSellable(int id) |
void |
paintInterrupt()
This will be called by
DrawCallback every game frame. |
void |
scriptStart() |
void |
setupGUI() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
void |
startWalking(int x,
int y) |
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, 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 startWalking(int x,
int y)
public boolean isSellable(int id)
public void scriptStart()
public void completeSetup()
public void setupGUI()
public void paintInterrupt()
IdleScriptDrawCallback every game frame. Override this in
your script to paint on the screen.paintInterrupt in class IdleScript