Class GroundItemService
- java.lang.Object
-
- net.openosrs.api.service.grounditem.GroundItemService
-
@Singleton public class GroundItemService extends java.lang.ObjectDiscovery and menu-first interaction for loaded ground items.
-
-
Constructor Summary
Constructors Constructor Description GroundItemService(net.runelite.api.Client client, MenuDispatcher dispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GroundItemRef>all()voidlootAt(net.runelite.api.coords.WorldPoint location)GroundItemRefnearest(int id)GroundItemRefnearest(java.lang.String name)GroundItemQuerysearch()voidtake(GroundItemRef item)
-
-
-
Constructor Detail
-
GroundItemService
@Inject public GroundItemService(net.runelite.api.Client client, MenuDispatcher dispatcher)
-
-
Method Detail
-
all
public java.util.List<GroundItemRef> all()
-
search
public GroundItemQuery search()
-
nearest
public GroundItemRef nearest(java.lang.String name)
-
nearest
public GroundItemRef nearest(int id)
-
take
public void take(GroundItemRef item)
-
lootAt
public void lootAt(net.runelite.api.coords.WorldPoint location)
-
-