Uses of Class
net.runelite.client.externalplugins.PluginHubManifest.DisplayData
-
Packages that use PluginHubManifest.DisplayData Package Description net.runelite.client.externalplugins -
-
Uses of PluginHubManifest.DisplayData in net.runelite.client.externalplugins
Subclasses of PluginHubManifest.DisplayData in net.runelite.client.externalplugins Modifier and Type Class Description static class
PluginHubManifest.Stub
Methods in net.runelite.client.externalplugins that return PluginHubManifest.DisplayData Modifier and Type Method Description static PluginHubManifest.DisplayData
ExternalPluginManager. getDisplayData(Class<? extends Plugin> plugin)
Methods in net.runelite.client.externalplugins that return types with arguments of type PluginHubManifest.DisplayData Modifier and Type Method Description List<PluginHubManifest.DisplayData>
PluginHubManifest.ManifestFull. getDisplay()
Methods in net.runelite.client.externalplugins with parameters of type PluginHubManifest.DisplayData Modifier and Type Method Description BufferedImage
ExternalPluginClient. downloadIcon(PluginHubManifest.DisplayData plugin)
Method parameters in net.runelite.client.externalplugins with type arguments of type PluginHubManifest.DisplayData Modifier and Type Method Description void
PluginHubManifest.ManifestFull. setDisplay(List<PluginHubManifest.DisplayData> display)
-