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

D

DangerousTile - Class in rs.kreme.ksbot.api.game.pathing
 
DangerousTile(WorldPoint) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
 
DangerousTile(WorldPoint, int, int) - Constructor for class rs.kreme.ksbot.api.game.pathing.DangerousTile
 
DAREEYAK_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
 
DARK_DEMONBANE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DARK_LURE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DEATH - rs.kreme.ksbot.api.game.magic.Rune
 
DEATH_CHARGE - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
declineTrade() - Method in class rs.kreme.ksbot.api.hooks.Trade
Declines the trade or confirmation screen.
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
 
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.
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(WorldPoint, int, int) - Method in class rs.kreme.ksbot.api.game.Pathing
 
description() - Method in annotation type rs.kreme.ksbot.api.scripts.ScriptManifest
 
destroy() - Static method in class rs.kreme.ksbot.api.KSContext
 
dialog - Variable in class rs.kreme.ksbot.api.KSContext
 
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 difference in price (between the high alchemy price and the current price).
differenceInValueLessThan(int) - Method in class rs.kreme.ksbot.api.queries.TradePostQuery
Filters items with a price difference less than the specified value.
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
 
distanceTo() - Method in class rs.kreme.ksbot.api.wrappers.KSGroundItem
Calculates the distance from the player to the ground item.
distanceTo(LocalPoint, LocalPoint) - Static method in class rs.kreme.ksbot.api.game.pathing.DangerousTile
 
distanceTo(LocalPoint, LocalPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
 
distanceTo(LocalPoint, WorldPoint) - Static method in class rs.kreme.ksbot.api.game.pathing.DangerousTile
 
distanceTo(LocalPoint, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
 
distanceTo(WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
 
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) - Static method in class rs.kreme.ksbot.api.game.pathing.DangerousTile
 
distanceTo(WorldPoint, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Pathing
 
distanceTo(Locatable) - Method in interface rs.kreme.ksbot.api.interfaces.Locatable
 
distanceTo(KSNPC) - Method in class rs.kreme.ksbot.api.game.Pathing
 
distanceTo(KSObject) - Method in class rs.kreme.ksbot.api.game.Pathing
 
distanceTo(KSPlayer) - Method in class rs.kreme.ksbot.api.game.Pathing
 
drawGameObject(Graphics2D, KSObject) - Method in class rs.kreme.ksbot.api.game.Paint
 
drawNPC(Graphics, KSNPC, Color) - Method in class rs.kreme.ksbot.api.game.Paint
 
drawTile(Graphics2D, WorldPoint) - Method in class rs.kreme.ksbot.api.game.Paint
 
DRAYNOR_MANOR_TELEPORT - rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
 
DREAM - rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
 
drink(Consumables.PotionType) - Method in class rs.kreme.ksbot.api.game.Consumables
Drinks a potion of the specified type if not in cooldown.
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.
DUEL - rs.kreme.ksbot.api.wrappers.KSChatMessages.MessageTypes
A message received when somebody sends a duel offer.
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