Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.LifecycleEventHandler
Package
Description
-
Uses of LifecycleEventHandler in io.papermc.paper.plugin.lifecycle.event
Modifier 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
Modifier and TypeMethodDescriptionLifecycleEventType.newHandler
(@NotNull LifecycleEventHandler<? super E> handler) Create a configuration for this event with the specified handler.