Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner
Packages that use 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
Subinterfaces of LifecycleEventOwner in io.papermc.paper.plugin.bootstrapModifier 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
Classes in io.papermc.paper.plugin.lifecycle.event with type parameters of type LifecycleEventOwnerModifier and TypeInterfaceDescriptioninterface
LifecycleEventManager<O extends LifecycleEventOwner>
Manages a plugin's lifecycle events. -
Uses of LifecycleEventOwner in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Classes in io.papermc.paper.plugin.lifecycle.event.handler.configuration with type parameters of type LifecycleEventOwnerModifier 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
Classes in io.papermc.paper.plugin.lifecycle.event.types with type parameters of type LifecycleEventOwnerModifier 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.Fields in io.papermc.paper.plugin.lifecycle.event.types with type parameters of type LifecycleEventOwnerModifier 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
Subinterfaces of LifecycleEventOwner in org.bukkit.pluginClasses in org.bukkit.plugin that implement LifecycleEventOwner -
Uses of LifecycleEventOwner in org.bukkit.plugin.java
Classes in org.bukkit.plugin.java that implement LifecycleEventOwner