Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.configuration.LifecycleEventHandlerConfiguration
Packages that use LifecycleEventHandlerConfiguration
Package
Description
This package contains events related to the Paper registry system.
-
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event
Methods in io.papermc.paper.plugin.lifecycle.event with parameters of type LifecycleEventHandlerConfigurationModifier and TypeMethodDescriptionvoidLifecycleEventManager.registerEventHandler(LifecycleEventHandlerConfiguration<? super O> handlerConfiguration) Registers an event handler configuration. -
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Subinterfaces of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.handler.configurationModifier and TypeInterfaceDescriptioninterfaceHandler configuration for event types that allow "monitor" handlers.interfaceHandler configuration that allows both "monitor" and prioritized handlers. -
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.types
Classes in io.papermc.paper.plugin.lifecycle.event.types with type parameters of type LifecycleEventHandlerConfigurationModifier and TypeInterfaceDescriptioninterfaceLifecycleEventType<O extends LifecycleEventOwner,E extends LifecycleEvent, C extends LifecycleEventHandlerConfiguration<O>> Base type for all types of lifecycle events. -
Uses of LifecycleEventHandlerConfiguration in io.papermc.paper.registry.event.type
Subinterfaces of LifecycleEventHandlerConfiguration in io.papermc.paper.registry.event.typeModifier and TypeInterfaceDescriptioninterfaceSpecific configuration forRegistryEntryAddEvents.