Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager
Package
Description
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of LifecycleEventManager in io.papermc.paper.plugin.bootstrap
Modifier and TypeMethodDescriptionBootstrapContext.getLifecycleManager()
Get the lifecycle event manager for registering handlers for lifecycle events allowed on theBootstrapContext
. -
Uses of LifecycleEventManager in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getLifecycleManager()
Get the lifecycle event manager for registering handlers for lifecycle events allowed on thePlugin
. -
Uses of LifecycleEventManager in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionfinal @NotNull LifecycleEventManager
<Plugin> JavaPlugin.getLifecycleManager()