Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEvent
Packages that use LifecycleEvent
Package
Description
-
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event
Methods in io.papermc.paper.plugin.lifecycle.event with type parameters of type LifecycleEventModifier and TypeMethodDescriptiondefault <E extends LifecycleEvent>
voidLifecycleEventManager.registerEventHandler(@NotNull LifecycleEventType<? super O, ? extends E, ?> eventType, @NotNull LifecycleEventHandler<? super E> eventHandler) Registers an event handler for a specific event type. -
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.handler
Classes 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.registrar
Subinterfaces 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.types
Classes 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.