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 

C

canContinue() - Method in class simple.hooks.simplebot.Dialogue
Will return if the current open chatbox has the continue button
canPickupItem(SimpleGroundItem) - Method in class simple.hooks.filters.SimpleInventory
Will return if you have enough space to pickup a grounditem or not.
castHomeTeleport() - Method in class simple.hooks.simplebot.Magic
Will cast the home teleport spell on any spell book
castSpellOnce(String) - Method in class simple.hooks.simplebot.Magic
returns {true} if cast was successful, {false} otherwise
castSpellOnItem(String, int) - Method in class simple.hooks.simplebot.Magic
will cast {spellname} on specified item with id={id} in your inventory, returns {true} if cast was successful, {false} otherwise
castSpellOnNPC(String, SimpleNpc) - Method in class simple.hooks.simplebot.Magic
will cast {spellname} on specified {npc}, returns {true} if cast was successful, {false} otherwise
castSpellOnPlayer(String, SimplePlayer) - Method in class simple.hooks.simplebot.Magic
will cast {spellname} on specified {player}, returns {true} if cast was successful, {false} otherwise
Category - Enum in simple.hooks.scripts
 
CHAT_WIDGET - Variable in class simple.hooks.simplebot.Dialogue
 
ChatMessage - Class in simple.hooks.simplebot
Created by Seth on Nov 18, 2019 at 8:47:41 PM.
ChatMessage(ChatMessage, String, String, String, ChatMessageType) - Constructor for class simple.hooks.simplebot.ChatMessage
 
clearMenu() - Method in class simple.hooks.interaction.SimpleMouse
 
click(int, int) - Method in class simple.hooks.interaction.SimpleMouse
Static user interaction methods click(x, y) click(point) click(point, left)
click(boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
click(Point) - Method in class simple.hooks.interaction.SimpleMouse
 
click(Point, boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
click(int, int, boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
click(Point, boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
click(Point) - Method in class simple.hooks.interaction.SimpleMouse
 
click(String) - Method in interface simple.hooks.interfaces.SimpleInteractable
 
click(String, String) - Method in interface simple.hooks.interfaces.SimpleInteractable
 
click(int) - Method in interface simple.hooks.interfaces.SimpleInteractable
 
click(WidgetItem, int) - Method in class simple.hooks.simplebot.Trade
 
click(String) - Method in class simple.hooks.wrappers.Clickable
This makes mouse click with option
click(String, String) - Method in class simple.hooks.wrappers.Clickable
 
click(int) - Method in class simple.hooks.wrappers.Clickable
 
click() - Method in class simple.hooks.wrappers.SimpleChatOption
 
click(String) - Method in class simple.hooks.wrappers.SimpleGroundItem
 
click(String, String) - Method in class simple.hooks.wrappers.SimpleGroundItem
 
click(int) - Method in class simple.hooks.wrappers.SimpleGroundItem
Deprecated.
click(String) - Method in class simple.hooks.wrappers.SimpleItem
 
click(String, String) - Method in class simple.hooks.wrappers.SimpleItem
 
click(int) - Method in class simple.hooks.wrappers.SimpleItem
 
click(String) - Method in class simple.hooks.wrappers.SimpleNpc
 
click(String, String) - Method in class simple.hooks.wrappers.SimpleNpc
 
click(int) - Method in class simple.hooks.wrappers.SimpleNpc
 
click(String) - Method in class simple.hooks.wrappers.SimpleObject
 
click(String, String) - Method in class simple.hooks.wrappers.SimpleObject
 
click(int) - Method in class simple.hooks.wrappers.SimpleObject
 
click(String) - Method in class simple.hooks.wrappers.SimplePlayer
 
click(String, String) - Method in class simple.hooks.wrappers.SimplePlayer
 
Clickable - Class in simple.hooks.wrappers
 
Clickable() - Constructor for class simple.hooks.wrappers.Clickable
 
clickAndHold(int, int, boolean, int) - Method in class simple.hooks.interaction.SimpleMouse
 
clickAndHold(int, int, boolean, BooleanSupplier, int, int) - Method in class simple.hooks.interaction.SimpleMouse
 
clickContinue() - Method in class simple.hooks.simplebot.Dialogue
Will click the continue button in the chatbox
clickDialogueOption(int) - Method in class simple.hooks.simplebot.Dialogue
Will click specified {option} in chatbox
clickFirstExactOption(Clickable, String, String...) - Method in class simple.hooks.interaction.SimpleMouse
 
clickFirstExactOption(Point, String, String...) - Method in class simple.hooks.interaction.SimpleMouse
 
clickFirstOption(Clickable, String, String...) - Method in class simple.hooks.interaction.SimpleMouse
 
clickFirstOption(Point, String, String...) - Method in class simple.hooks.interaction.SimpleMouse
 
clickKey(char) - Method in class simple.hooks.simplebot.Keyboard
Creates and sends a single KeyEvent using the given Char.
clickKey(int) - Method in class simple.hooks.simplebot.Keyboard
Creates and sends a given KeyEvent using the given keyCode.
clickOnMinimap() - Method in interface simple.hooks.interfaces.SimpleLocatable
 
clickOnMinimap() - Method in class simple.hooks.wrappers.Clickable
 
clickOnMinimap() - Method in class simple.hooks.wrappers.SimpleWidget
Deprecated.
clickOption(WidgetItem, String) - Method in class simple.hooks.simplebot.Trade
 
clickPointWithOption(String, String) - Method in class simple.hooks.interaction.SimpleMouse
 
clickPointWithOption(Point, String, String) - Method in class simple.hooks.interaction.SimpleMouse
 
clickPointWithOption(Point, String, String, int) - Method in class simple.hooks.interaction.SimpleMouse
 
clickPointWithOption(Point, int) - Method in class simple.hooks.interaction.SimpleMouse
 
clickPointWithOption(Point, int, boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
clickSceneTile(WorldPoint, boolean, boolean) - Method in class simple.hooks.simplebot.Pathing
Will attempt to walk to a tile in-game by clicking on it and not via the minimap
clickSuccess(WidgetItem, String) - Method in class simple.hooks.simplebot.Trade
 
ClientContext - Class in simple.robot.api
 
ClientContext(Client) - Constructor for class simple.robot.api.ClientContext
 
clientName() - Method in class simple.hooks.simplebot.Game
will return the name of the client
clientType() - Method in class simple.hooks.simplebot.Game
will return the client type the bot is running on : {ClientType.ATLAS, ClientType.ZENYTE}
ClientUser - Class in simple.hooks.simplebot
 
ClientUser(ClientContext) - Constructor for class simple.hooks.simplebot.ClientUser
 
closeBank() - Method in class simple.hooks.filters.SimpleBank
Closes the bank or depositbox if it's open
closeShop() - Method in class simple.hooks.filters.SimpleShop
will close the shop widget if the shop is open, {true} if it's been closed, {false} otherwise
collisionDistance(WorldPoint) - Method in class simple.hooks.simplebot.Pathing
Will return the collision collisionDistance to said point {locTo} from players location
collisionDistance(SimpleLocatable) - Method in class simple.hooks.simplebot.Pathing
Will return the collision collisionDistance to said locatable from players location
collisionDistance(SimpleLocatable, SimpleLocatable) - Method in class simple.hooks.simplebot.Pathing
 
collisionDistance(WorldPoint, WorldPoint) - Method in class simple.hooks.simplebot.Pathing
 
Combat - Class in simple.hooks.simplebot
Created by Seth on Sep 29, 2019 at 1:09:12 AM.
Combat(ClientContext) - Constructor for class simple.hooks.simplebot.Combat
 
combat - Variable in class simple.robot.api.ClientContext
 
Combat.Style - Enum in simple.hooks.simplebot
An enum of the possible Combat Style to switch to {Style.ACCURATE, Style.AGGRESSIVE, Style.CONTROLLED, Style.DEFENSIVE}
compId - Variable in enum simple.hooks.simplebot.Game.Tab
the component id for the tab
condition() - Method in class simple.hooks.scripts.task.Task
The condition to check before running this task
contains(K) - Method in class simple.hooks.queries.SimpleQuery
Checks if the query contains the specified item
containsId(int, int...) - Static method in class simple.robot.utils.Random
 
containsPoint(WorldPoint) - Method in class simple.robot.utils.WorldArea
 
containsString(String, String...) - Static method in class simple.robot.utils.Random
 
createArea(WorldPoint, WorldPoint) - Method in class simple.hooks.simplebot.Pathing
Returns a new worldarea created from 2 points in a rectangular style
createArea(WorldPoint...) - Method in class simple.hooks.simplebot.Pathing
Returns a new worldarea created from an array of points in a polygonal style
createLocalPath(WorldPoint) - Method in class simple.hooks.simplebot.Pathing
will create a path from your tile to the specified tile using path finding, if a path can't be created an empty array WorldPoint[] will be returned
crosshair() - Method in class simple.hooks.simplebot.Game
 
ctx - Variable in class simple.hooks.scripts.task.Task
 
ctx - Variable in class simple.robot.script.Script
 
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