Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.configuration.PrioritizedLifecycleEventHandlerConfiguration
Packages that use PrioritizedLifecycleEventHandlerConfiguration
Package
Description
This package contains events related to the Paper registry system.
-
Uses of PrioritizedLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Methods in io.papermc.paper.plugin.lifecycle.event.handler.configuration that return PrioritizedLifecycleEventHandlerConfiguration -
Uses of PrioritizedLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.types
Subinterfaces with type arguments of type PrioritizedLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.typesModifier and TypeInterfaceDescriptionstatic interfaceLifecycleEventType.Prioritizable<O extends LifecycleEventOwner, E extends LifecycleEvent>Lifecycle event type that supports both"monitors"and specific numeric-based priorities. -
Uses of PrioritizedLifecycleEventHandlerConfiguration in io.papermc.paper.registry.event.type
Subinterfaces of PrioritizedLifecycleEventHandlerConfiguration in io.papermc.paper.registry.event.typeModifier and TypeInterfaceDescriptioninterfaceSpecific configuration forRegistryEntryAddEvents.