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 

M

Magic - Class in org.osbot.rs07.api
Represents the API regarding magic functionality.
Magic() - Constructor for class org.osbot.rs07.api.Magic
 
magic - Variable in class org.osbot.rs07.script.MethodProvider
The Magic instance.
Magic.Book - Enum in org.osbot.rs07.api
Holds all the books
MagicSpell - Interface in org.osbot.rs07.api.ui
The interface between the three spell type enums.
MAIN_INTERFACE_ROOT_ID - Static variable in class org.osbot.rs07.api.Equipment
 
MainScreenTileDestination - Class in org.osbot.rs07.input.mouse
Represents a mouse destination for a tile displayed on the main game screen.
MainScreenTileDestination(Bot, Position) - Constructor for class org.osbot.rs07.input.mouse.MainScreenTileDestination
Creates an instance of this mouse destination for a tile displayed on the main game screen.
Map - Class in org.osbot.rs07.api
Represents the API regarding map functionality.
Map() - Constructor for class org.osbot.rs07.api.Map
 
map - Variable in class org.osbot.rs07.script.MethodProvider
The Map instance.
match(E) - Method in class org.osbot.rs07.api.filter.ActionFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.AreaFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.ContainsModelFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.ContainsNameFilter
 
match(V) - Method in interface org.osbot.rs07.api.filter.Filter
Defines whether two objects match the desired filter condition.
match(E) - Method in class org.osbot.rs07.api.filter.IdFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.ItemListFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.ModelFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.NameFilter
 
match(E) - Method in class org.osbot.rs07.api.filter.PositionFilter
 
matchingTextColour(int, int) - Method in class org.osbot.rs07.api.Widgets
Checks all widgets (second and third level) for the specified parent id (first level) for the specified text colour.
MediaType - Enum in org.osbot.rs07.api.ui
Represents the type of media on interface widgets.
Menu - Class in org.osbot.rs07.api
Represents the API regarding menu functionality.
Menu() - Constructor for class org.osbot.rs07.api.Menu
 
menu - Variable in class org.osbot.rs07.script.MethodProvider
The Menu instance.
Message - Class in org.osbot.rs07.api.ui
Represents an in-game message in the chatbox.
Message(int, String, String) - Constructor for class org.osbot.rs07.api.ui.Message
Constructor
Message.MessageType - Enum in org.osbot.rs07.api.ui
Represents the possible message types
MessageListener - Interface in org.osbot.rs07.listener
 
MethodProvider - Class in org.osbot.rs07.script
 
MethodProvider() - Constructor for class org.osbot.rs07.script.MethodProvider
 
MiniMapTileDestination - Class in org.osbot.rs07.input.mouse
Represents a mouse destination for a tile displayed on the minimap.
MiniMapTileDestination(Bot, Position) - Constructor for class org.osbot.rs07.input.mouse.MiniMapTileDestination
Creates an instance of this mouse destination for a tile displayed on the minimap.
MiniMapTileDestination(Bot, Position, boolean) - Constructor for class org.osbot.rs07.input.mouse.MiniMapTileDestination
 
Model - Class in org.osbot.rs07.api.model
Represents a 3D display model.
Model() - Constructor for class org.osbot.rs07.api.model.Model
 
model - Variable in class org.osbot.rs07.api.model.Modeled
 
model3 - Variable in class org.osbot.rs07.api.model.TripleModeled
 
Modeled<C extends org.osbot.core.accessor.Adapter<?>> - Class in org.osbot.rs07.api.model
Represents an object with at least 1 reference to an Animable instance.
Modeled(C) - Constructor for class org.osbot.rs07.api.model.Modeled
Constructor
ModelFilter<E extends Identifiable> - Class in org.osbot.rs07.api.filter
Represents a filter which can select entities based on their model ids.
ModelFilter(int...) - Constructor for class org.osbot.rs07.api.filter.ModelFilter
Creates an instance of this filter, which filters out Identifiable objects based on whether any of their Identifiable.getModelIds() falls inside the given ids.
Mouse - Class in org.osbot.rs07.api
Represents the API regarding mouse functionality.
Mouse() - Constructor for class org.osbot.rs07.api.Mouse
 
mouse - Variable in class org.osbot.rs07.script.MethodProvider
The Mouse instance.
Mouse.CrossHairColor - Enum in org.osbot.rs07.api
An enum representing the state of the mouse cursor of the client.
mouseClicked(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Deprecated.
mouseClicked(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
MouseDestination - Class in org.osbot.rs07.input.mouse
Represents an abstract mouse destination.
MouseDestination(Bot) - Constructor for class org.osbot.rs07.input.mouse.MouseDestination
Constructor to be used in the OSBot 2 classes.
mouseDragged(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Warning: Ensure you are consuming the event if you do not want it being passed to the game, "e.consume()".
mouseDragged(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
mouseEntered(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Warning: Ensure you are consuming the event if you do not want it being passed to the game, "e.consume()".
mouseEntered(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
MouseEvent - Class in org.osbot.rs07.input.mouse
Represents an abstract class for mouse events.
MouseEvent(MouseDestination) - Constructor for class org.osbot.rs07.input.mouse.MouseEvent
 
mouseExited(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Warning: Ensure you are consuming the event if you do not want it being passed to the game, "e.consume()".
mouseExited(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
mouseMoved(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Warning: Ensure you are consuming the event if you do not want it being passed to the game, "e.consume()".
mouseMoved(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
MouseMoveProfile - Class in org.osbot.rs07.event.interaction
 
MouseMoveProfile() - Constructor for class org.osbot.rs07.event.interaction.MouseMoveProfile
 
MouseMoveProfile.FlowVariety - Enum in org.osbot.rs07.event.interaction
 
mousePressed(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Deprecated.
mousePressed(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
mouseReleased(MouseEvent) - Method in class org.osbot.rs07.input.mouse.BotMouseListener
Deprecated.
mouseReleased(MouseEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.osbot.rs07.input.mouse.ClientMouseEventHandler
 
move(MouseDestination) - Method in class org.osbot.rs07.api.Mouse
Moves the mouse to the specified destination.
move(MouseDestination, boolean) - Method in class org.osbot.rs07.api.Mouse
Moves the mouse to the specified destination.
move(int, int) - Method in class org.osbot.rs07.api.Mouse
Moves the mouse to the specified destination.
moveCameraMouse(int, int) - Method in class org.osbot.rs07.api.Camera
Moves the camera using the mouse for control
MoveMouseEvent - Class in org.osbot.rs07.input.mouse
Represents an event which its task it is to move the mouse to a specified destination by either dragging or normal mouse movement. destination by either dragging or normal mouse movement.
MoveMouseEvent(MouseDestination) - Constructor for class org.osbot.rs07.input.mouse.MoveMouseEvent
Creates an instance of this event which moves the mouse to the given destination, with dragging set to false.
MoveMouseEvent(MouseDestination, boolean) - Constructor for class org.osbot.rs07.input.mouse.MoveMouseEvent
Creates an instance of this event which moves the mouse to the given destination, dragging as specified.
MoveMouseEvent(Entity) - Constructor for class org.osbot.rs07.input.mouse.MoveMouseEvent
 
MoveMouseEvent(RS2Widget) - Constructor for class org.osbot.rs07.input.mouse.MoveMouseEvent
 
MoveMouseEvent.Vector - Class in org.osbot.rs07.input.mouse
 
moveOutsideScreen() - Method in class org.osbot.rs07.api.Mouse
Moves the mouse to a random position outside the screen.
movePitch(int) - Method in class org.osbot.rs07.api.Camera
Rotates the pitch of the camera to the desired angle.
moveYaw(int) - Method in class org.osbot.rs07.api.Camera
Rotates the camera yaw to the specified angle.
multiplier - Variable in enum org.osbot.rs07.api.ai.util.Time.Unit
 
myPlayer() - Method in class org.osbot.rs07.script.MethodProvider
Obtains the Player instance.
myPosition() - Method in class org.osbot.rs07.script.MethodProvider
Obtains the player's current position.
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