A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages

D

DAEYALT_ESSENCE_MINE - rs.kreme.ksbot.api.game.utils.GameArea
 
DAGANNOTH_KINGS - rs.kreme.ksbot.api.game.utils.GameArea
 
DANCE - rs.kreme.ksbot.api.game.data.Emote
 
DangerousTile - Class in rs.kreme.ksbot.api.game.pathing
Represents a dangerous area in the game world with configurable damage and reaction radii.
DangerousTile(LocalPoint) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
Creates a blocking tile (with no damage/reaction area) at the specified local point
DangerousTile(LocalPoint, int, int) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
Creates a dangerous tile with specified damage and reaction radii
DangerousTile(WorldPoint) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
Creates a blocking tile (with no damage/reaction area) at the specified world point
DangerousTile(WorldPoint, int, int) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
Creates a dangerous tile with specified damage and reaction radii
DAREEYAK_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
 
DARK_ALTAR - rs.kreme.ksbot.api.game.utils.GameArea
 
DARK_DEMONBANE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DARK_LURE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DARKMEYER - rs.kreme.ksbot.api.game.utils.GameArea
 
DEATH - rs.kreme.ksbot.api.game.magic.Rune
 
DEATH_ALTAR - rs.kreme.ksbot.api.game.utils.GameArea
 
DEATH_CHARGE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DEATH_PLATEAU - rs.kreme.ksbot.api.game.utils.GameArea
 
declineTrade() - Method in class rs.kreme.ksbot.api.hooks.Trade
Declines the trade or confirmation screen.
decrement(String, long) - Method in class rs.kreme.ksbot.api.game.Statistics
Decrement a specific stat by amount
DEFAULT - rs.kreme.ksbot.api.game.Lootable.Priority
 
DEFAULT - rs.kreme.ksbot.api.hooks.Bank.WithdrawMode
 
DEFENCE - rs.kreme.ksbot.api.game.Consumables.PotionType
 
DEGRIME - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DEMONIC_OFFERING - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DENSE_ESSENCE - rs.kreme.ksbot.api.game.utils.GameArea
 
deposit(int, int) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits a specified quantity of an item from the inventory by ID.
deposit(String, int) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits a specified quantity of an item from the inventory by name.
deposit(Predicate<KSItem>, int) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits a specified quantity of an item from the inventory based on a filter.
DEPOSIT_BOX_INVENTORY - rs.kreme.ksbot.api.wrappers.KSItem.Type
 
depositAll(int...) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits all items in the inventory that match the provided names.
depositAll(String...) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits all items in the inventory that match the provided names.
depositAllExcept(int...) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits all items from the inventory except for the ones specified by ID.
depositAllExcept(String...) - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits all items from the inventory except for the ones specified.
depositBox - Variable in class rs.kreme.ksbot.api.hooks.Bank
 
depositEquipment() - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits all equipped items into the bank or deposit box, depending on which is open.
depositInventory() - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits the entire inventory into the bank or deposit box, depending on which is open.
depositLootingBag() - Method in class rs.kreme.ksbot.api.hooks.Bank
Deposits the entire inventory into the bank or deposit box, depending on which is open.
derive(WorldArea, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Expands a WorldArea by a specified offset in all directions
derive(WorldPoint, int, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Derives a random point near the specified point
derive(WorldArea, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Expands a WorldArea by a specified offset in all directions
description() - Method in annotation type rs.kreme.ksbot.api.scripts.ScriptManifest
 
DESERT_PLATEAU - rs.kreme.ksbot.api.game.utils.GameArea
 
Dialog - Class in rs.kreme.ksbot.api.hooks.widgets
 
Dialog() - Constructor for class rs.kreme.ksbot.api.hooks.widgets.Dialog
 
differenceInValueLessThan(int) - Method in class rs.kreme.ksbot.api.queries.ItemQuery
Filters items based on the absolute difference between high alch price and current price being less than the specified threshold.
differenceInValueLessThan(int) - Method in class rs.kreme.ksbot.api.queries.TradePostQuery
Filters items with a price difference less than the specified value.
DIGSITE - rs.kreme.ksbot.api.game.utils.GameArea
 
DIGSITE_DUNGEON - rs.kreme.ksbot.api.game.utils.GameArea
 
directionsMap - Variable in class rs.kreme.ksbot.api.game.Pathing
 
disable(Prayer.Prayers...) - Method in class rs.kreme.ksbot.api.game.Prayer
Disables the provided prayers, ensuring that they are not already disabled.
disableAll() - Method in class rs.kreme.ksbot.api.game.Prayer
 
Discord - Class in rs.kreme.ksbot.api.game
 
Discord(KSContext) - Constructor for class rs.kreme.ksbot.api.game.Discord
 
distanceTo(LocalPoint, LocalPoint) - Static method in class rs.kreme.ksbot.api.game.pathing.DangerousTile
Calculates the Euclidean distance between two local points
distanceTo(LocalPoint, LocalPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance between two local points
distanceTo(LocalPoint, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from a local point to a world point
distanceTo(WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from player to a world point
distanceTo(WorldPoint) - Method in class rs.kreme.ksbot.api.hooks.Players
Calculates the distance from the local player to a specified WorldPoint.
distanceTo(WorldPoint) - Method in interface rs.kreme.ksbot.api.interfaces.Locatable
 
distanceTo(WorldPoint, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance between two world points
distanceTo(Locatable) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from player to any locatable object
distanceTo(Locatable) - Method in interface rs.kreme.ksbot.api.interfaces.Locatable
 
distanceTo(KSNPC) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from player to an NPC
distanceTo(KSObject) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from player to a game object
distanceTo(KSPlayer) - Method in class rs.kreme.ksbot.api.game.Pathing
Calculates the distance from player to another player
DORGESH_KAAN - rs.kreme.ksbot.api.game.utils.GameArea
 
DORGESHKAAN_SOUTH_DUNGEON - rs.kreme.ksbot.api.game.utils.GameArea
 
DORGESHUUN_MINES - rs.kreme.ksbot.api.game.utils.GameArea
 
DRAGONTOOTH - rs.kreme.ksbot.api.game.utils.GameArea
 
DRAYNOR - rs.kreme.ksbot.api.game.utils.GameArea
 
DRAYNOR_MANOR - rs.kreme.ksbot.api.game.utils.GameArea
 
DRAYNOR_MANOR_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DRAYNOR_SEWERS - rs.kreme.ksbot.api.game.utils.GameArea
 
DREAM - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
 
DRILL_SERGEANT - rs.kreme.ksbot.api.game.utils.GameArea
 
drink(Consumables.PotionType) - Method in class rs.kreme.ksbot.api.game.Consumables
Drinks a potion of the specified type if not in cooldown.
drinkSpecial() - Method in class rs.kreme.ksbot.api.game.Consumables
 
drop(String...) - Method in class rs.kreme.ksbot.api.hooks.Inventory
Drops the first occurrence of the specified items by name from the inventory.
dropAll(int...) - Method in class rs.kreme.ksbot.api.hooks.Inventory
Drops all occurrences of the specified items by ID from the inventory.
dropAll(String...) - Method in class rs.kreme.ksbot.api.hooks.Inventory
Drops all occurrences of the specified items by name from the inventory.
dropAllExcept(int...) - Method in class rs.kreme.ksbot.api.hooks.Inventory
Drops all occurrences of the without specified items by ID from the inventory.
dropAllExcept(String...) - Method in class rs.kreme.ksbot.api.hooks.Inventory
Drops all occurrences of the without specified items by name from the inventory.
DUEL - rs.kreme.ksbot.api.wrappers.KSChatMessage.MessageTypes
A message received when somebody sends a duel offer.
DUKE_SUCELLUS - rs.kreme.ksbot.api.game.utils.GameArea
 
DUNGEON_OF_TOLNA - rs.kreme.ksbot.api.game.utils.GameArea
 
DWARVEN_MINES - rs.kreme.ksbot.api.game.utils.GameArea
 
dx() - Method in enum rs.kreme.ksbot.api.game.Pathing.Direction
 
dx(int, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Offsets a compressed WorldPoint by X
dxy(int, int, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Offsets a compressed WorldPoint by X and Y
dy() - Method in enum rs.kreme.ksbot.api.game.Pathing.Direction
 
dy(int, int) - Method in class rs.kreme.ksbot.api.game.Pathing
Offsets a compressed WorldPoint by Y
DynamicConfigManager - Class in rs.kreme.ksbot.api.scripts.config
 
DynamicConfigManager() - Constructor for class rs.kreme.ksbot.api.scripts.config.DynamicConfigManager
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes All Packages