Package rs.kreme.ksbot.api.hooks
Class GroundItems
- java.lang.Object
-
- rs.kreme.ksbot.api.hooks.GroundItems
-
public class GroundItems extends java.lang.Object
Manages ground items (loot) on tiles in the game. This class listens to loot-related events and maintains a list of items on the ground.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<KSGroundItem>
LOOT_LIST
-
Constructor Summary
Constructors Constructor Description GroundItems()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TileItemQuery
query()
Starts a search for ground items.
-
-
-
Field Detail
-
LOOT_LIST
public final java.util.List<KSGroundItem> LOOT_LIST
-
-
Method Detail
-
query
public TileItemQuery query()
Starts a search for ground items. Updates the list of ground items if the game tick has advanced.- Returns:
- A TileItemQuery object containing the list of ground items.
-
-