Package net.runelite.client.plugins.xtea
Class XteaClient
- java.lang.Object
-
- net.runelite.client.plugins.xtea.XteaClient
-
public class XteaClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<net.runelite.http.api.xtea.XteaKey>
get()
net.runelite.http.api.xtea.XteaKey
get(int region)
void
submit(net.runelite.http.api.xtea.XteaRequest xteaRequest)
-
-
-
Method Detail
-
submit
public void submit(net.runelite.http.api.xtea.XteaRequest xteaRequest)
-
get
public List<net.runelite.http.api.xtea.XteaKey> get() throws IOException
- Throws:
IOException
-
get
public net.runelite.http.api.xtea.XteaKey get(int region) throws IOException
- Throws:
IOException
-
-