Interface LifecycleEventOwner
- All Known Subinterfaces:
BootstrapContext, Plugin
- All Known Implementing Classes:
JavaPlugin, PluginBase
Implemented by types that are considered owners
of registered handlers for lifecycle events. Generally
the types that implement this interface also provide
a
LifecycleEventManager where you can register
event handlers.- Since:
- 1.20.4
-
Method Summary
Modifier and TypeMethodDescriptionGet the plugin meta for this plugin.
-
Method Details
-
getPluginMeta
PluginMeta getPluginMeta()Get the plugin meta for this plugin.- Returns:
- the plugin meta
- Since:
- 1.20.4
-