Annotation Interface WailaPlugin
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@Deprecated(forRemoval=true)
@ScheduledForRemoval(inVersion="1.21")
public @interface WailaPlugin
Deprecated, for removal: This API element is subject to removal in a future version.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]Deprecated, for removal: This API element is subject to removal in a future version.Require specified mods to load this plugin.Deprecated, for removal: This API element is subject to removal in a future version.The environment in which to load this plugin on.
-
Element Details
-
id
String idDeprecated, for removal: This API element is subject to removal in a future version.This plugin ID.
Must be a validIdentifier. -
required
String[] requiredDeprecated, for removal: This API element is subject to removal in a future version.Require specified mods to load this plugin.- Default:
{}
-
side
IPluginInfo.Side sideDeprecated, for removal: This API element is subject to removal in a future version.The environment in which to load this plugin on.- Default:
BOTH
-
waila_plugins.jsonfile, seemcp.mobius.waila.apijavadocs for more info.