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 

R

Random - Class in simple.robot.utils
A random class is used for generating random numbers
Random() - Constructor for class simple.robot.utils.Random
 
random(int, int, int) - Static method in class simple.robot.utils.Random
 
randomTile() - Method in class simple.robot.utils.WorldArea
 
reachable(SimpleLocatable) - Method in class simple.hooks.simplebot.Pathing
will return {true} if the specified tile is not blocked and will return {false} if it is.
reachable(WorldPoint) - Method in class simple.hooks.simplebot.Pathing
will return {true} if the specified tile is not blocked and will return {false} if it is.
reachable(WorldPoint, WorldPoint) - Method in class simple.hooks.simplebot.Pathing
will return whether or not point1 can reach point2
reachable(SimpleLocatable, SimpleLocatable) - Method in class simple.hooks.simplebot.Pathing
will return whether or not point1 can reach point2
realLevel(SimpleSkills.Skills) - Method in class simple.hooks.filters.SimpleSkills
returns your none boosted real level in the specified {skill}
realLevel(int) - Method in class simple.hooks.filters.SimpleSkills
returns your none boosted real level in the specified skill with index={index}
realLevels(int...) - Method in class simple.hooks.filters.SimpleSkills
 
realLevels() - Method in class simple.hooks.filters.SimpleSkills
 
releaseKey(int) - Method in class simple.hooks.simplebot.Keyboard
Creates and sends a given RELEASE KeyEvent using the given keyCode.
releaseMouse(int, int) - Method in class simple.hooks.interaction.SimpleMouse
 
releaseMouse(boolean) - Method in class simple.hooks.interaction.SimpleMouse
 
resizable() - Method in class simple.hooks.simplebot.Game
will return if the client is in resizeable mode
reverse() - Method in class simple.hooks.queries.SimpleQuery
Will reverse the order of the items in the query making the first item the last and so on
ringOpen() - Method in class simple.hooks.simplebot.FairyRing
returns {true} if the fair ring widget is open, {false} otherwise
run() - Method in class simple.hooks.scripts.task.Task
This tasks' main body of code.
running() - Method in class simple.hooks.simplebot.Pathing
will return if you have run toggled on or off
running(boolean) - Method in class simple.hooks.simplebot.Pathing
will attempt to toggle run on/off based on {toggleRun}.
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