Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEvent
Packages that use LifecycleEvent
Package
Description
This package contains events related to the Paper registry system.
- 
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.eventMethods in io.papermc.paper.plugin.lifecycle.event with type parameters of type LifecycleEventModifier and TypeMethodDescriptiondefault <E extends LifecycleEvent>
 voidLifecycleEventManager.registerEventHandler(LifecycleEventType<? super O, ? extends E, ?> eventType, LifecycleEventHandler<? super E> eventHandler) Registers an event handler for a specific event type.
- 
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.handlerClasses in io.papermc.paper.plugin.lifecycle.event.handler with type parameters of type LifecycleEventModifier and TypeInterfaceDescriptioninterfaceLifecycleEventHandler<E extends LifecycleEvent>A handler for a specific event.
- 
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.registrarSubinterfaces of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.registrarModifier and TypeInterfaceDescriptioninterfaceRegistrarEvent<R extends Registrar>A lifecycle event that exposes aRegistrarof some kind to allow management of various things.interfaceReloadableRegistrarEvent<R extends Registrar>A lifecycle event that exposes aRegistrarthat is reloadable.
- 
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.typesClasses in io.papermc.paper.plugin.lifecycle.event.types with type parameters of type LifecycleEventModifier 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.
- 
Uses of LifecycleEvent in io.papermc.paper.registry.eventSubinterfaces of LifecycleEvent in io.papermc.paper.registry.eventModifier and TypeInterfaceDescriptioninterfaceRegistryComposeEvent<T,B extends RegistryBuilder<T>> Event object forRegistryEventProvider.compose().interfaceRegistryEntryAddEvent<T,B extends RegistryBuilder<T>> Event object forRegistryEventProvider.entryAdd().interfaceBase type for all registry events.interfaceRegistryFreezeEvent<T,B extends RegistryBuilder<T>> Deprecated, for removal: This API element is subject to removal in a future version.
RegistryComposeEvent