A B C D E F G H I K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- objectIdEquals(TileObject, int) - Method in class rs.kreme.ksbot.api.hooks.GameObjects
- objectIdEquals(TileObject, Collection<Integer>) - Method in class rs.kreme.ksbot.api.hooks.GameObjects
- offer(int, int) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Offers an item by ID and quantity to the trade.
- offer(String, int) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Offers an item by name and quantity to the trade.
- offer(KSItem, int) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Offers a KSItem object to the trade.
- offset(WorldArea, int) - Static method in class rs.kreme.ksbot.api.game.pathing.Reachable
- omit(int...) - Method in class rs.kreme.ksbot.api.queries.Query
-
Excludes items that match any of the provided IDs.
- omit(String...) - Method in class rs.kreme.ksbot.api.queries.Query
-
Excludes items that match any of the provided names.
- omit(Predicate<? super T>) - Method in class rs.kreme.ksbot.api.queries.Query
-
Excludes objects that match a given predicate.
- omitContains(String) - Method in class rs.kreme.ksbot.api.queries.ItemQuery
-
Filters out items whose names contain a specific substring.
- onChatMessage(ChatMessage) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Event listener for chat messages to detect trade requests.
- onCondition(BooleanSupplier, int, int) - Method in class rs.kreme.ksbot.api.KSContext
-
Sleeps until the given condition is met or the maximum number of polling attempts is reached.
- onlyNoted() - Method in class rs.kreme.ksbot.api.queries.ItemQuery
-
Filters items to include only those that are noted.
- onlyNoted() - Method in class rs.kreme.ksbot.api.queries.TileItemQuery
-
Filters only noted ground items.
- onlyStackable() - Method in class rs.kreme.ksbot.api.queries.ItemQuery
-
Filters items to include only stackable items.
- onlyStackable() - Method in class rs.kreme.ksbot.api.queries.TradePostQuery
-
Filters only stackable items in the query.
- onlyUnnoted() - Method in class rs.kreme.ksbot.api.queries.ItemQuery
-
Filters items to include only those that are unnoted.
- onlyUnnoted() - Method in class rs.kreme.ksbot.api.queries.TileItemQuery
-
Filters only unnoted ground items.
- onProcess() - Method in class rs.kreme.ksbot.api.KSContext
- onProcess() - Method in class rs.kreme.ksbot.api.scripts.Script
-
Abstract method to be implemented with the script's main logic.
- onProcess() - Method in class rs.kreme.ksbot.api.scripts.task.TaskScript
- onStart() - Method in class rs.kreme.ksbot.api.scripts.Script
-
Called when the script starts.
- onStart() - Method in class rs.kreme.ksbot.api.scripts.task.TaskScript
- onStop() - Method in class rs.kreme.ksbot.api.scripts.Script
-
Called when the script stops.
- onTile(LocalPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
- onTile(WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
- open() - Method in class rs.kreme.ksbot.api.hooks.Teleporter
-
Opens the teleporter interface if it is not already open.
- open() - Method in class rs.kreme.ksbot.api.hooks.TradingPost
- openBank() - Method in class rs.kreme.ksbot.api.hooks.Bank
-
Opens the bank by interacting with the closest banker or bank chest.
- openBank(Object) - Method in class rs.kreme.ksbot.api.hooks.Bank
-
Opens the bank by interacting with a specified banker or bank chest.
- OTHER - rs.kreme.ksbot.api.scripts.Category
- OURANIA_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- overlaps(WorldArea) - Method in class rs.kreme.ksbot.api.hooks.WorldArea
All Classes All Packages