Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.configuration.LifecycleEventHandlerConfiguration
Package
Description
-
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event
Modifier and TypeMethodDescriptionvoid
LifecycleEventManager.registerEventHandler
(@NotNull LifecycleEventHandlerConfiguration<? super O> handlerConfiguration) Registers an event handler configuration. -
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Modifier and TypeInterfaceDescriptioninterface
Handler configuration for event types that allow "monitor" handlers.interface
Handler configuration that allows both "monitor" and prioritized handlers. -
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.types
Modifier and TypeInterfaceDescriptioninterface
LifecycleEventType<O extends LifecycleEventOwner,
E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events.