Package net.runelite.client.plugins
Annotation Type PluginDescriptor
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface PluginDescriptor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringname
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringconfigNameInternal name used in the config.java.lang.String[]conflictsA list of plugin names that are mutually exclusive with this plugin.java.lang.StringdescriptionA short, one-line summary of the plugin.booleandeveloperPluginbooleanenabledByDefaultIf this plugin should be defaulted to on.booleanhiddenWhether or not plugin is hidden from configuration panelbooleanloadInSafeModejava.lang.String[]tagsA list of plugin keywords, used (together with the name) when searching for plugins.
-
-
-
-
hidden
boolean hidden
Whether or not plugin is hidden from configuration panel- Default:
- false
-
-