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