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(PluginHubManifest.DisplayData plugin)
PluginHubManifest.ManifestFull
downloadManifestFull()
PluginHubManifest.ManifestLite
downloadManifestLite()
Map<String,Integer>
getPluginCounts()
-
-
-
Method Detail
-
downloadManifestLite
public PluginHubManifest.ManifestLite downloadManifestLite() throws IOException, VerificationException
- Throws:
IOException
VerificationException
-
downloadManifestFull
public PluginHubManifest.ManifestFull downloadManifestFull() throws IOException, VerificationException
- Throws:
IOException
VerificationException
-
downloadIcon
public BufferedImage downloadIcon(PluginHubManifest.DisplayData plugin) throws IOException
- Throws:
IOException
-
getPluginCounts
public Map<String,Integer> getPluginCounts() throws IOException
- Throws:
IOException
-
-