Class PluginHubManifest.ManifestFull
- java.lang.Object
-
- net.runelite.client.externalplugins.PluginHubManifest.ManifestLite
-
- net.runelite.client.externalplugins.PluginHubManifest.ManifestFull
-
- Enclosing class:
- PluginHubManifest
public static class PluginHubManifest.ManifestFull extends PluginHubManifest.ManifestLite
-
-
Constructor Summary
Constructors Constructor Description ManifestFull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<PluginHubManifest.DisplayData>
getDisplay()
int
hashCode()
void
setDisplay(List<PluginHubManifest.DisplayData> display)
String
toString()
-
Methods inherited from class net.runelite.client.externalplugins.PluginHubManifest.ManifestLite
getJars, setJars
-
-
-
-
Method Detail
-
getDisplay
public List<PluginHubManifest.DisplayData> getDisplay()
-
setDisplay
public void setDisplay(List<PluginHubManifest.DisplayData> display)
-
toString
public String toString()
- Overrides:
toString
in classPluginHubManifest.ManifestLite
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPluginHubManifest.ManifestLite
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classPluginHubManifest.ManifestLite
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPluginHubManifest.ManifestLite
-
-