Class ExternalPluginClient
- java.lang.Object
-
- net.runelite.client.externalplugins.ExternalPluginClient
-
public class ExternalPluginClient extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagedownloadIcon(PluginHubManifest.DisplayData plugin)PluginHubManifest.ManifestFulldownloadManifestFull()PluginHubManifest.ManifestLitedownloadManifestLite()java.util.Map<java.lang.String,java.lang.Integer>getPluginCounts()
-
-
-
Method Detail
-
downloadManifestLite
public PluginHubManifest.ManifestLite downloadManifestLite() throws java.io.IOException, VerificationException
- Throws:
java.io.IOExceptionVerificationException
-
downloadManifestFull
public PluginHubManifest.ManifestFull downloadManifestFull() throws java.io.IOException, VerificationException
- Throws:
java.io.IOExceptionVerificationException
-
downloadIcon
public java.awt.image.BufferedImage downloadIcon(PluginHubManifest.DisplayData plugin) throws java.io.IOException
- Throws:
java.io.IOException
-
getPluginCounts
public java.util.Map<java.lang.String,java.lang.Integer> getPluginCounts() throws java.io.IOException- Throws:
java.io.IOException
-
-