Uses of Interface
io.papermc.paper.plugin.lifecycle.event.types.LifecycleEventType
Packages that use LifecycleEventType
Package
Description
-
Uses of LifecycleEventType in io.papermc.paper.plugin.lifecycle.event
Methods in io.papermc.paper.plugin.lifecycle.event with parameters of type LifecycleEventTypeModifier 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 LifecycleEventType in io.papermc.paper.plugin.lifecycle.event.types
Subinterfaces of LifecycleEventType in io.papermc.paper.plugin.lifecycle.event.typesModifier and TypeInterfaceDescriptionstatic 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.