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