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
S
- safestPath(WorldPoint, WorldPoint, Collection<DangerousTile>) - Method in class rs.kreme.ksbot.api.game.Pathing
- SALVE_GRAVEYARD_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
- SARADOMIN_BREW - rs.kreme.ksbot.api.game.Consumables.PotionType
- SARADOMIN_STRIKE - rs.kreme.ksbot.api.game.magic.SpellBook.Standard
- Script - Class in rs.kreme.ksbot.api.scripts
- Script() - Constructor for class rs.kreme.ksbot.api.scripts.Script
- ScriptManifest - Annotation Type in rs.kreme.ksbot.api.scripts
- searchItem(String) - Method in class rs.kreme.ksbot.api.hooks.TradingPost
- searchItemId(String) - Static method in class rs.kreme.ksbot.api.API
- SECOND - rs.kreme.ksbot.api.game.Combat.AttackStyle
- SECOND - rs.kreme.ksbot.api.game.magic.RunePouch.RuneSlot
- selectOtherQuantity() - Method in class rs.kreme.ksbot.api.hooks.widgets.Production
- selectSpell(Spell) - Method in class rs.kreme.ksbot.api.hooks.Magic
-
Selects the specified spell for casting.
- sell(int, int) - Method in class rs.kreme.ksbot.api.hooks.Shop
-
Sells an item based on its ID.
- sell(String, int) - Method in class rs.kreme.ksbot.api.hooks.Shop
-
Sells an item based on its name.
- sell(Predicate<KSItem>, int) - Method in class rs.kreme.ksbot.api.hooks.Shop
-
Attempts to sell an item from the inventory that matches a given filter.
- sell(KSItem, int) - Method in class rs.kreme.ksbot.api.hooks.Shop
-
Sells an item based on the provided
KSItem
object. - sendCommand(String) - Method in class rs.kreme.ksbot.api.game.Chat
-
Sends a command message.
- sendEnter() - Method in class rs.kreme.ksbot.api.hooks.Keyboard
- sendLogout() - Method in class rs.kreme.ksbot.api.KSContext
- sendPrivateMessage(String, String) - Method in class rs.kreme.ksbot.api.game.Chat
-
Sends a private message to a specific player.
- sendPublicChat(String) - Method in class rs.kreme.ksbot.api.game.Chat
-
Sends a public chat message.
- sendSpace() - Method in class rs.kreme.ksbot.api.hooks.Keyboard
- sendTradeOffer(String) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Sends a trade offer to the player by name.
- sendTradeOffer(KSPlayer) - Method in class rs.kreme.ksbot.api.hooks.Trade
-
Sends a trade offer to the given player.
- SENNTISTEN_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SERVER - rs.kreme.ksbot.api.wrappers.KSChatMessages.MessageTypes
-
A message received from the server.
- servers() - Method in annotation type rs.kreme.ksbot.api.scripts.ScriptManifest
- setAttackStyle(Combat.AttackStyle) - Method in class rs.kreme.ksbot.api.game.Combat
-
Sets the player's attack style to the desired one.
- setWithdrawMode(boolean) - Method in class rs.kreme.ksbot.api.hooks.Bank
-
Sets the withdrawal mode for the bank interface, allowing the user to choose between withdrawing noted items or regular items.
- SHADOW_BARRAGE - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SHADOW_BLITZ - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SHADOW_BURST - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SHADOW_RUSH - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SHADOW_VEIL - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
- SHARP_EYE - rs.kreme.ksbot.api.game.Prayer.Prayers
- SHIELD - rs.kreme.ksbot.api.hooks.widgets.EquipmentSlot
- shop - Variable in class rs.kreme.ksbot.api.KSContext
- Shop - Class in rs.kreme.ksbot.api.hooks
- Shop() - Constructor for class rs.kreme.ksbot.api.hooks.Shop
- SHOP - rs.kreme.ksbot.api.wrappers.KSItem.Type
- shortestPath(WorldPoint, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
- shortestSafePath(WorldPoint, WorldPoint, Collection<DangerousTile>) - Static method in class rs.kreme.ksbot.api.game.pathing.Reachable
- shouldBoost(Skill) - Method in class rs.kreme.ksbot.api.hooks.Skills
-
Determines if a skill should be boosted based on the current boosted and real levels.
- shuffledList() - Method in class rs.kreme.ksbot.api.queries.Query
-
Returns a shuffled list of all filtered objects.
- shuffledList(int) - Method in class rs.kreme.ksbot.api.queries.Query
-
Returns a shuffled list of a limited number of filtered objects.
- SINISTER_OFFERING - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
- size() - Method in class rs.kreme.ksbot.api.hooks.Items
- SKELETAL_GRASP - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
- SKILLING - rs.kreme.ksbot.api.hooks.Teleporter.Category
- skills - Variable in class rs.kreme.ksbot.api.KSContext
- Skills - Class in rs.kreme.ksbot.api.hooks
-
This class provides utility methods to interact with and retrieve information related to the player's skill levels in the game.
- Skills() - Constructor for class rs.kreme.ksbot.api.hooks.Skills
- SLAYER - rs.kreme.ksbot.api.hooks.Teleporter.Subcategory
- SLAYER - rs.kreme.ksbot.api.scripts.Category
- sleep(int, int) - Method in class rs.kreme.ksbot.api.KSContext
- sleep(long) - Method in class rs.kreme.ksbot.api.KSContext
- sleepTick() - Method in class rs.kreme.ksbot.api.KSContext
- sleepTicks(int) - Method in class rs.kreme.ksbot.api.KSContext
- sleepTicksUntil(BooleanSupplier, int) - Method in class rs.kreme.ksbot.api.KSContext
- sleepUntil(BooleanSupplier, int) - Method in class rs.kreme.ksbot.api.KSContext
- sleepUntil(BooleanSupplier, int, int) - Method in class rs.kreme.ksbot.api.KSContext
- sleepUntil(BooleanSupplier, BooleanSupplier, int) - Method in class rs.kreme.ksbot.api.KSContext
- sleepUntil(BooleanSupplier, BooleanSupplier, int, int) - Method in class rs.kreme.ksbot.api.KSContext
- SMITE - rs.kreme.ksbot.api.game.Prayer.Prayers
- SMITHING - rs.kreme.ksbot.api.scripts.Category
- SMOKE_BARRAGE - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SMOKE_BLITZ - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SMOKE_BURST - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SMOKE_RUSH - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
- SNARE - rs.kreme.ksbot.api.game.magic.SpellBook.Standard
- sortByDistance(boolean) - Method in class rs.kreme.ksbot.api.queries.PlayerQuery
-
Sorts players by their distance from the local player.
- sorted(Comparator<T>) - Method in class rs.kreme.ksbot.api.queries.Query
-
Sorts the objects using a given comparator.
- SOUL - rs.kreme.ksbot.api.game.magic.Rune
- specialEnabled() - Method in class rs.kreme.ksbot.api.game.Combat
-
Checks if special attack is currently enabled.
- Spell - Interface in rs.kreme.ksbot.api.game.magic
- SpellBook - Enum in rs.kreme.ksbot.api.game.magic
- SPELLBOOK_SWAP - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- SpellBook.Ancient - Enum in rs.kreme.ksbot.api.game.magic
- SpellBook.Lunar - Enum in rs.kreme.ksbot.api.game.magic
- SpellBook.Necromancy - Enum in rs.kreme.ksbot.api.game.magic
- SpellBook.Standard - Enum in rs.kreme.ksbot.api.game.magic
- SPELLS - rs.kreme.ksbot.api.game.Combat.AttackStyle
- SPELLS_DEFENSIVE - rs.kreme.ksbot.api.game.Combat.AttackStyle
- SPIN_FLAX - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- staffNearby() - Method in class rs.kreme.ksbot.api.hooks.AntiBan
- STANDARD - rs.kreme.ksbot.api.game.magic.SpellBook
- STANDARD - rs.kreme.ksbot.api.game.Prayer.Prayerbook
- STAT_RESTORE_POT_SHARE - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- STAT_SPY - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- STEEL_SKIN - rs.kreme.ksbot.api.game.Prayer.Prayers
- stopScript() - Method in class rs.kreme.ksbot.api.KSContext
- stopScript(String) - Method in class rs.kreme.ksbot.api.KSContext
- stream() - Method in class rs.kreme.ksbot.api.queries.Query
- STRENGTH - rs.kreme.ksbot.api.game.Consumables.PotionType
- STRING_JEWELLERY - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- STUN - rs.kreme.ksbot.api.game.magic.SpellBook.Standard
- submit(Task...) - Method in class rs.kreme.ksbot.api.scripts.task.TaskScript
- SUPERGLASS_MAKE - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
- SUPERHEAT_ITEM - rs.kreme.ksbot.api.game.magic.SpellBook.Standard
- SUPERHUMAN_STRENGTH - rs.kreme.ksbot.api.game.Prayer.Prayers
- SUPERIOR_DEMONBANE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
All Classes All Packages