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 TypeInterfaceDescriptioninterfaceRepresents the context provided to aPluginBootstrapduring 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 TypeInterfaceDescriptioninterfaceLifecycleEventManager<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 TypeInterfaceDescriptioninterfaceBase type for constructing configured event handlers for lifecycle events.interfaceHandler configuration for event types that allow "monitor" handlers.interfaceHandler 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 TypeInterfaceDescriptioninterfaceLifecycleEventType<O extends LifecycleEventOwner,E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events.static interfaceLifecycleEventType.Monitorable<O extends LifecycleEventOwner,E extends LifecycleEvent> Lifecycle event type that supports separate registration of handlers as "monitors" that are run last.static interfaceLifecycleEventType.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.COMMANDSThis 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