Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner
Package
Description
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of LifecycleEventOwner in io.papermc.paper.plugin.bootstrap
Modifier and TypeInterfaceDescriptioninterface
Represents the context provided to aPluginBootstrap
during both the bootstrapping and plugin instantiation logic. -
Uses of LifecycleEventOwner in io.papermc.paper.plugin.lifecycle.event
Modifier and TypeInterfaceDescriptioninterface
LifecycleEventManager<O extends LifecycleEventOwner>
Manages a plugin's lifecycle events. -
Uses of LifecycleEventOwner in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Modifier and TypeInterfaceDescriptioninterface
Base type for constructing configured event handlers for lifecycle events.interface
Handler configuration for event types that allow "monitor" handlers.interface
Handler configuration that allows both "monitor" and prioritized handlers. -
Uses of LifecycleEventOwner in io.papermc.paper.plugin.lifecycle.event.types
Modifier and TypeInterfaceDescriptioninterface
LifecycleEventType<O extends LifecycleEventOwner,
E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events.static interface
LifecycleEventType.Monitorable<O extends LifecycleEventOwner,
E extends LifecycleEvent> Lifecycle event type that supports separate registration of handlers as "monitors" that are run last.static interface
LifecycleEventType.Prioritizable<O extends LifecycleEventOwner,
E extends LifecycleEvent> Lifecycle event type that supports both"monitors"
and specific numeric-based priorities.Modifier and TypeFieldDescriptionstatic final LifecycleEventType.Prioritizable
<LifecycleEventOwner, ReloadableRegistrarEvent<Commands>> LifecycleEvents.COMMANDS
This event is for registering commands to the server's brigadier command system. -
Uses of LifecycleEventOwner in org.bukkit.plugin
-
Uses of LifecycleEventOwner in org.bukkit.plugin.java