Package net.runelite.client.game
Class ItemClient
- java.lang.Object
-
- net.runelite.client.game.ItemClient
-
public class ItemClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.runelite.http.api.item.ItemPrice[]
getPrices()
Map<Integer,ItemStats>
getStats()
-
-
-
Method Detail
-
getPrices
public net.runelite.http.api.item.ItemPrice[] getPrices() throws IOException
- Throws:
IOException
-
getStats
public Map<Integer,ItemStats> getStats() throws IOException
- Throws:
IOException
-
-