Class ExternalPluginClient
- java.lang.Object
-
- net.runelite.client.externalplugins.ExternalPluginClient
-
public class ExternalPluginClient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImage
downloadIcon(ExternalPluginManifest plugin)
List<ExternalPluginManifest>
downloadManifest()
Map<String,Integer>
getPluginCounts()
-
-
-
Method Detail
-
downloadManifest
public List<ExternalPluginManifest> downloadManifest() throws IOException, VerificationException
- Throws:
IOException
VerificationException
-
downloadIcon
public BufferedImage downloadIcon(ExternalPluginManifest plugin) throws IOException
- Throws:
IOException
-
getPluginCounts
public Map<String,Integer> getPluginCounts() throws IOException
- Throws:
IOException
-
-