Package io.papermc.paper.plugin.lifecycle.event.types
package io.papermc.paper.plugin.lifecycle.event.types
-
ClassDescriptionHolds various types of lifecycle events for use when creating event handler configurations in
LifecycleEventManager
.LifecycleEventType<O extends LifecycleEventOwner,E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events.Lifecycle event type that supports separate registration of handlers as "monitors" that are run last.Lifecycle event type that supports both"monitors"
and specific numeric-based priorities.Provides event types for tag registration.