Uses of Class
rs.kreme.ksbot.api.wrappers.KSObject
-
Packages that use KSObject Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.hooks rs.kreme.ksbot.api.queries -
-
Uses of KSObject in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game with parameters of type KSObject Modifier and Type Method Description int
Pathing. distanceTo(KSObject obj)
boolean
Paint. drawGameObject(java.awt.Graphics2D g, KSObject obj)
-
Uses of KSObject in rs.kreme.ksbot.api.hooks
Methods in rs.kreme.ksbot.api.hooks with parameters of type KSObject Modifier and Type Method Description void
Magic. cast(Spell spell, KSObject target)
Casts a spell on a tile object target.boolean
WorldArea. contains(KSObject object)
Checks if the specified tile object is contained within this WorldArea.boolean
Inventory. itemOnObject(KSItem item, KSObject object)
-
Uses of KSObject in rs.kreme.ksbot.api.queries
Methods in rs.kreme.ksbot.api.queries that return KSObject Modifier and Type Method Description KSObject
TileObjectQuery. closest()
Retrieves the closest tile object to the player's current location.KSObject
TileObjectQuery. nearestToPlayer()
Retrieves the tile object nearest to the player's current location.KSObject
TileObjectQuery. nearestToPoint(net.runelite.api.coords.WorldPoint point)
Retrieves the tile object nearest to a specific WorldPoint.Constructor parameters in rs.kreme.ksbot.api.queries with type arguments of type KSObject Constructor Description TileObjectQuery(java.util.Collection<KSObject> ts)
Constructs a TileObjectQuery with the specified collection of tile objects.
-