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.event
Methods in io.papermc.paper.plugin.lifecycle.event with parameters of type LifecycleEventHandlerModifier 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 LifecycleEventHandler in io.papermc.paper.plugin.lifecycle.event.types
Methods in io.papermc.paper.plugin.lifecycle.event.types with parameters of type LifecycleEventHandlerModifier and TypeMethodDescriptionLifecycleEventType.newHandler
(@NotNull LifecycleEventHandler<? super E> handler) Create a configuration for this event with the specified handler.