Uses of Interface
io.papermc.paper.plugin.lifecycle.event.LifecycleEvent
Packages that use LifecycleEvent
Package
Description
This package contains events related to the Paper registry system.
-
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event
Methods in io.papermc.paper.plugin.lifecycle.event with type parameters of type LifecycleEventModifier 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 LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.handler
Classes in io.papermc.paper.plugin.lifecycle.event.handler with type parameters of type LifecycleEventModifier and TypeInterfaceDescriptioninterfaceLifecycleEventHandler<E extends LifecycleEvent>A handler for a specific event. -
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.registrar
Subinterfaces of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.registrarModifier and TypeInterfaceDescriptioninterfaceRegistrarEvent<R extends Registrar>A lifecycle event that exposes aRegistrarof some kind to allow management of various things.interfaceReloadableRegistrarEvent<R extends Registrar>A lifecycle event that exposes aRegistrarthat is reloadable. -
Uses of LifecycleEvent in io.papermc.paper.plugin.lifecycle.event.types
Classes in io.papermc.paper.plugin.lifecycle.event.types with type parameters of type LifecycleEventModifier and TypeInterfaceDescriptioninterfaceLifecycleEventType<O extends LifecycleEventOwner,E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events.static interfaceLifecycleEventType.Monitorable<O extends LifecycleEventOwner,E extends LifecycleEvent> Lifecycle event type that supports separate registration of handlers as "monitors" that are run last.static interfaceLifecycleEventType.Prioritizable<O extends LifecycleEventOwner,E extends LifecycleEvent> Lifecycle event type that supports both"monitors"and specific numeric-based priorities. -
Uses of LifecycleEvent in io.papermc.paper.registry.event
Subinterfaces of LifecycleEvent in io.papermc.paper.registry.eventModifier and TypeInterfaceDescriptioninterfaceRegistryComposeEvent<T,B extends RegistryBuilder<T>> Event object forRegistryEventProvider.compose().interfaceRegistryEntryAddEvent<T,B extends RegistryBuilder<T>> Event object forRegistryEventProvider.entryAdd().interfaceBase type for all registry events.