- java.lang.Object
-
- com.phoenixplugins.sdk.api.plugin.extensions.Extension
-
- All Implemented Interfaces:
- LifecycleObject
public abstract class Extension
extends Object
implements LifecycleObject
Represents an extension that can be loaded, enabled, and disabled within the plugin system.
Extensions are modularized components built into the plugin, allowing dynamic control
over their activation without requiring an external JAR. While similar to addons, which
are typically handled as separate JAR files, extensions exist within the plugin itself
and provide additional functionality that can be toggled as needed.
-
-
Constructor Detail
-
Extension
public Extension()
Last updated about 6 hours ago