Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.LifecycleEventHandler
Packages that use LifecycleEventHandler
Package
Description
- 
Uses of LifecycleEventHandler in io.papermc.paper.plugin.lifecycle.eventMethods in io.papermc.paper.plugin.lifecycle.event with parameters of type LifecycleEventHandlerModifier 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 LifecycleEventHandler in io.papermc.paper.plugin.lifecycle.event.typesMethods in io.papermc.paper.plugin.lifecycle.event.types with parameters of type LifecycleEventHandlerModifier and TypeMethodDescriptionLifecycleEventType.newHandler(LifecycleEventHandler<? super E> handler) Create a configuration for this event with the specified handler.