Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

S

Script - Class in simple.robot.script
Seth Davis
Script() - Constructor for class simple.robot.script.Script
 
ScriptManifest - Annotation Type in simple.hooks.scripts
 
ScriptPaint - Class in simple.hooks.simplebot
Created by Seth on December 12/22/2019, 2019 at 12:58 AM
ScriptPaint(ClientContext) - Constructor for class simple.hooks.simplebot.ScriptPaint
 
ScriptUtils - Class in simple.robot.utils
 
ScriptUtils() - Constructor for class simple.robot.utils.ScriptUtils
 
SECOND - Static variable in class simple.hooks.simplebot.Trade
 
select() - Method in class simple.hooks.simplebot.teleporter.TeleporterOption
 
sell(String, SimpleShop.Amount) - Method in class simple.hooks.filters.SimpleShop
returns if the specified item by name={name} has been sold in amount={Amount}
sell(int, SimpleShop.Amount) - Method in class simple.hooks.filters.SimpleShop
returns if the specified item by id={id} has been sold in amount={Amount}
sendFairyTeleport(String) - Method in class simple.hooks.simplebot.FairyRing
 
sendKeyEvent(KeyEvent) - Method in class simple.hooks.simplebot.Keyboard
Actually triggers sending of a given KeyEvent in the instance of KeyListeners' component field.
sendKeys(String) - Method in class simple.hooks.simplebot.Keyboard
Types the given String and afterwards presses Enter.
sendKeys(String, boolean) - Method in class simple.hooks.simplebot.Keyboard
Types the given String and optionally presses Enter afterwards.
sendLogout() - Method in class simple.robot.api.ClientContext
Will log you out if you're currently logged in
sendRemove(SimpleEquipment.EquipmentSlot) - Method in class simple.hooks.filters.SimpleEquipment
Will remove the specified item from the specified equipment slot.
sendTeleport(String, String) - Method in class simple.hooks.simplebot.PortalTeleports
will return if a teleport has been successfully sent, {true} = success, {false} = failed
sendZenyteTeleport(String, String) - Method in class simple.hooks.simplebot.PortalTeleports
Deprecated.
setSpeed(int) - Method in class simple.hooks.interaction.SimpleMouse
 
shiftDroppingEnabled() - Method in class simple.hooks.filters.SimpleInventory
Will return {true} if you have shift-dropping enabled otherwise {false}
shop - Variable in class simple.robot.api.ClientContext
 
shopOpen() - Method in class simple.hooks.filters.SimpleShop
returns {true} if a shop is open, {false} otherwise
shuffle() - Method in class simple.hooks.queries.SimpleQuery
Will shuffle the order of the items in the query randomly
simple.hooks.filters - package simple.hooks.filters
 
simple.hooks.interaction - package simple.hooks.interaction
 
simple.hooks.interfaces - package simple.hooks.interfaces
 
simple.hooks.queries - package simple.hooks.queries
 
simple.hooks.scripts - package simple.hooks.scripts
 
simple.hooks.scripts.listeners - package simple.hooks.scripts.listeners
 
simple.hooks.scripts.task - package simple.hooks.scripts.task
 
simple.hooks.simplebot - package simple.hooks.simplebot
 
simple.hooks.simplebot.teleporter - package simple.hooks.simplebot.teleporter
 
simple.hooks.wrappers - package simple.hooks.wrappers
 
simple.robot.api - package simple.robot.api
 
simple.robot.script - package simple.robot.script
 
simple.robot.utils - package simple.robot.utils
 
SimpleActionable - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:45:53 PM.
SimpleActor - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:40:44 PM.
SimpleBank - Class in simple.hooks.filters
 
SimpleBank(ClientContext) - Constructor for class simple.hooks.filters.SimpleBank
 
SimpleBank.Amount - Enum in simple.hooks.filters
 
SimpleChatOption - Class in simple.hooks.wrappers
Created by Seth on December 12/18/2019, 2019 at 1:18 AM
SimpleChatOption(int, SimpleWidget) - Constructor for class simple.hooks.wrappers.SimpleChatOption
 
SimpleEntityQuery<K extends SimpleActionable & SimpleIdentifiable & SimpleNamable & SimpleLocatable> - Class in simple.hooks.queries
 
SimpleEquipment - Class in simple.hooks.filters
 
SimpleEquipment(ClientContext) - Constructor for class simple.hooks.filters.SimpleEquipment
 
SimpleEquipment.EquipmentSlot - Enum in simple.hooks.filters
 
SimpleGroundItem - Class in simple.hooks.wrappers
 
SimpleGroundItem(TileItem, Tile) - Constructor for class simple.hooks.wrappers.SimpleGroundItem
 
SimpleGroundItems - Class in simple.hooks.filters
 
SimpleGroundItems(ClientContext) - Constructor for class simple.hooks.filters.SimpleGroundItems
 
SimpleIdentifiable - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:45:53 PM.
SimpleIdQuery<K extends SimpleIdentifiable> - Class in simple.hooks.queries
Created by Seth on Jan 8, 2021 at 4:00:36 PM
SimpleInteractable - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:49:17 PM.
SimpleInventory - Class in simple.hooks.filters
 
SimpleInventory(ClientContext) - Constructor for class simple.hooks.filters.SimpleInventory
 
SimpleItem - Class in simple.hooks.wrappers
 
SimpleItem(WidgetItem) - Constructor for class simple.hooks.wrappers.SimpleItem
 
SimpleItem(WidgetItem, SimpleItem.ItemType) - Constructor for class simple.hooks.wrappers.SimpleItem
 
SimpleItem(int, int, SimpleItem.ItemType) - Constructor for class simple.hooks.wrappers.SimpleItem
 
SimpleItem(Item, int) - Constructor for class simple.hooks.wrappers.SimpleItem
 
SimpleItem(Item, int, SimpleItem.ItemType) - Constructor for class simple.hooks.wrappers.SimpleItem
 
SimpleItem.ItemType - Enum in simple.hooks.wrappers
 
SimpleItemQuery<K extends SimpleItem> - Class in simple.hooks.queries
 
SimpleLocalPlayer - Class in simple.hooks.wrappers
 
SimpleLocalPlayer(Client) - Constructor for class simple.hooks.wrappers.SimpleLocalPlayer
 
SimpleLocatable - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:40:44 PM.
SimpleMouse - Class in simple.hooks.interaction
 
SimpleMouse(ClientContext, Client) - Constructor for class simple.hooks.interaction.SimpleMouse
 
SimpleNamable - Interface in simple.hooks.interfaces
Created by Seth on Nov 4, 2019 at 6:46:55 PM.
SimpleNpc - Class in simple.hooks.wrappers
 
SimpleNpc(NPC) - Constructor for class simple.hooks.wrappers.SimpleNpc
 
SimpleNpcs - Class in simple.hooks.filters
 
SimpleNpcs(ClientContext) - Constructor for class simple.hooks.filters.SimpleNpcs
 
SimpleObject - Class in simple.hooks.wrappers
 
SimpleObject(TileObject) - Constructor for class simple.hooks.wrappers.SimpleObject
 
SimpleObject(TileObject, int) - Constructor for class simple.hooks.wrappers.SimpleObject
 
SimpleObjects - Class in simple.hooks.filters
 
SimpleObjects(ClientContext) - Constructor for class simple.hooks.filters.SimpleObjects
 
SimplePair<K,V> - Class in simple.robot.utils
A convenience class to represent name-value pairs.
SimplePair(K, V) - Constructor for class simple.robot.utils.SimplePair
Creates a new pair
SimplePlayer - Class in simple.hooks.wrappers
 
SimplePlayer(Player) - Constructor for class simple.hooks.wrappers.SimplePlayer
 
SimplePlayerQuery<K extends SimpleActionable & SimpleNamable & SimpleLocatable> - Class in simple.hooks.queries
 
SimplePlayers - Class in simple.hooks.filters
 
SimplePlayers(ClientContext) - Constructor for class simple.hooks.filters.SimplePlayers
 
SimplePrayers - Class in simple.hooks.filters
 
SimplePrayers(ClientContext) - Constructor for class simple.hooks.filters.SimplePrayers
 
SimplePrayers.Prayers - Enum in simple.hooks.filters
 
SimpleProjectile - Class in simple.hooks.wrappers
Created by Seth on Jan 7, 2021 at 11:47:23 PM
SimpleProjectile(Projectile) - Constructor for class simple.hooks.wrappers.SimpleProjectile
 
SimpleQuery<T extends SimpleQuery<T,K>,K> - Class in simple.hooks.queries
Created by Seth on Nov 18, 2019 at 9:47:12 PM.
SimpleShop - Class in simple.hooks.filters
 
SimpleShop(ClientContext) - Constructor for class simple.hooks.filters.SimpleShop
 
SimpleShop.Amount - Enum in simple.hooks.filters
An enum of the Amounts you can click in the shop
SimpleSkills - Class in simple.hooks.filters
Created by Seth on Sep 29, 2019 at 12:58:50 AM.
SimpleSkills(ClientContext) - Constructor for class simple.hooks.filters.SimpleSkills
 
SimpleSkills.Skills - Enum in simple.hooks.filters
 
SimpleStackable - Interface in simple.hooks.interfaces
 
SimpleText - Interface in simple.hooks.interfaces
Created by Seth on December 12/18/2019, 2019 at 1:18 AM
SimpleTextQuery<K extends SimpleText> - Class in simple.hooks.queries
Created by Seth on December 12/18/2019, 2019 at 1:17 AM
SimpleWidget - Class in simple.hooks.wrappers
 
SimpleWidget(Widget) - Constructor for class simple.hooks.wrappers.SimpleWidget
 
SimpleWidgets - Class in simple.hooks.filters
 
SimpleWidgets(ClientContext) - Constructor for class simple.hooks.filters.SimpleWidgets
 
size() - Method in class simple.hooks.queries.SimpleQuery
Will return the amount of items inside of the query
SKILL_LEVELS() - Method in class simple.hooks.filters.SimpleSkills
 
SKILL_REAL_LEVELS() - Method in class simple.hooks.filters.SimpleSkills
 
SKILL_XPS() - Method in class simple.hooks.filters.SimpleSkills
 
skillIndex() - Method in enum simple.hooks.filters.SimpleSkills.Skills
 
skills - Variable in class simple.robot.api.ClientContext
 
sleep(int) - Method in class simple.robot.api.ClientContext
Will sleep the current thread for {ms}ms's
sleep(int, int) - Method in class simple.robot.api.ClientContext
Will sleep the current thread for a random amount of time between {min} and {max}
sleepCondition(BooleanSupplier) - Method in class simple.robot.api.ClientContext
Refer to {onCondition(BooleanSupplier condition)}
sleepCondition(BooleanSupplier, int) - Method in class simple.robot.api.ClientContext
Refer to {onCondition(BooleanSupplier condition, int timeout)}
slotByIndex(int) - Static method in enum simple.hooks.filters.SimpleEquipment.EquipmentSlot
 
slotByInfo(WidgetInfo) - Static method in enum simple.hooks.filters.SimpleEquipment.EquipmentSlot
 
sort(Comparator<? super K>) - Method in class simple.hooks.queries.SimpleQuery
Will sort the query by the specified comparator
SOUTH - Static variable in class simple.hooks.simplebot.Viewport
Deprecated.
SOUTH_EAST - Static variable in class simple.hooks.simplebot.Viewport
Deprecated.
SOUTH_WEST - Static variable in class simple.hooks.simplebot.Viewport
Deprecated.
specialAttack() - Method in class simple.hooks.simplebot.Combat
will return if your special attack is toggled on or off, {true} = on, {false} = off
spellBook() - Method in class simple.hooks.simplebot.Magic
 
staffNearby() - Method in class simple.hooks.simplebot.AntiBan
 
StatChangedEvent - Class in simple.hooks.scripts.listeners
Created by Seth on Jan 6, 2021 at 9:31:07 PM
StatChangedEvent(SimpleSkills.Skills, int, int, int) - Constructor for class simple.hooks.scripts.listeners.StatChangedEvent
 
StatChangedListener - Interface in simple.hooks.scripts.listeners
Created by Seth on Jan 6, 2021 at 2:45:57 PM
status() - Method in class simple.hooks.scripts.task.Task
The name of this task's status, used for printing it to the paint
step(int, int) - Method in class simple.hooks.simplebot.Pathing
will attempt to walk to the specified x,y coordinate.
step(WorldPoint) - Method in class simple.hooks.simplebot.Pathing
will attempt to walk to the specified point
stopScript() - Method in class simple.robot.api.ClientContext
Will stop the currently running script, returns {true} if it has been stopped {false} otherwise
stripHtml(String) - Static method in class simple.robot.utils.ScriptUtils
Removes tags from a string, which is anything around the characters < and >.
style() - Method in class simple.hooks.simplebot.Combat
will return your current combat style
style(Combat.Style) - Method in class simple.hooks.simplebot.Combat
will switch your combat style to the specified {style}: {Style.ACCURATE, Style.AGGRESSIVE, Style.CONTROLLED, Style.DEFENSIVE}
submitLogCapture(String) - Method in class simple.robot.api.ClientContext
Will print {log} to script log inside of the bot panel
switchAttackStyles(int) - Method in class simple.hooks.simplebot.Combat
Deprecated.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links