public class LocationWalker extends SeattaScript
SeattaScript.QuitReason
Modifier and Type | Field and Description |
---|---|
static ScriptInfo |
info |
bgColor, bgTransparency, borderColor, c, colorDarkerGray, colorDarkGray, colorGreen, colorPurple, colorRed, colorWhite, colorYellow, paintStatus, paintW, paintX, paintY, TICK
paintBuilder, rowBuilder
Constructor and Description |
---|
LocationWalker() |
Modifier and Type | Method and Description |
---|---|
void |
paintInterrupt()
This will be called by
DrawCallback every game frame. |
static void |
showUI() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
checkForEmptyInventorySpacesOrQuit, checkForEquippedItemOrQuit, checkForInventoryAmountOrQuit, checkForNotedInventoryAmountOrQuit, checkForQuestCompletionOrQuit, checkForSkillLevelOrQuit, checkForUnnotedInventoryAmountOrQuit, handleSleepAndIdleMovement, hasCompletedQuest, hasCompletedQuest, hasEmptyInventorySpaces, hasEquippedItem, hasEquippedItem, hasInventoryAmount, hasInventoryAmount, hasItem, hasItem, hasNotedInventoryAmount, hasNotedInventoryAmount, hasNotedItem, hasNotedItem, hasSkillLevel, hasSkillLevel, hasUnnotedInventoryAmount, hasUnnotedInventoryAmount, hasUnnotedItem, hasUnnotedItem, isAtCoords, isAtLocation, isHCIM, isRunningAndLoggedIn, isScriptRunning, isUIM, quit, quit, quit, quit, sleepTicks, sleepWhileBatching, walkTowards, walkTowards, walkTowardsNearestBank
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterrupt
public static ScriptInfo info
public int start(java.lang.String[] parameters)
IdleScript
start
in class IdleScript
parameters
- an array of String values representing the parameters passed to the functionpublic static void showUI()
public void paintInterrupt()
IdleScript
DrawCallback
every game frame. Override this in
your script to paint on the screen.paintInterrupt
in class IdleScript