Uses of Class
rs.kreme.ksbot.api.wrappers.KSGroundItem
-
Packages that use KSGroundItem Package Description rs.kreme.ksbot.api.game rs.kreme.ksbot.api.hooks rs.kreme.ksbot.api.queries -
-
Uses of KSGroundItem in rs.kreme.ksbot.api.game
Methods in rs.kreme.ksbot.api.game with parameters of type KSGroundItem Modifier and Type Method Description void
Lootable. addDrop(KSGroundItem item)
Adds the quantity of a dropped item to the tracker.Lootable.Priority
Lootable. getPriority(KSGroundItem item)
Retrieves the priority of a specific ground item. -
Uses of KSGroundItem in rs.kreme.ksbot.api.hooks
Fields in rs.kreme.ksbot.api.hooks with type parameters of type KSGroundItem Modifier and Type Field Description java.util.List<KSGroundItem>
GroundItems. LOOT_LIST
Methods in rs.kreme.ksbot.api.hooks with parameters of type KSGroundItem Modifier and Type Method Description void
Magic. cast(Spell spell, KSGroundItem target)
Casts a spell on a ground item target.boolean
WorldArea. contains(KSGroundItem groundItem)
Checks if the specified ground item is contained within this WorldArea. -
Uses of KSGroundItem in rs.kreme.ksbot.api.queries
Methods in rs.kreme.ksbot.api.queries that return KSGroundItem Modifier and Type Method Description KSGroundItem
TileItemQuery. nearestToPlayer()
Finds the ground item nearest to the local player.KSGroundItem
TileItemQuery. nearestToPoint(net.runelite.api.coords.WorldPoint point)
Finds the ground item nearest to a specified point.Constructor parameters in rs.kreme.ksbot.api.queries with type arguments of type KSGroundItem Constructor Description TileItemQuery(java.util.Collection<KSGroundItem> tileItems)
Constructs a new TileItemQuery instance.
-