Uses of Interface
io.papermc.paper.plugin.lifecycle.event.handler.configuration.MonitorLifecycleEventHandlerConfiguration
Packages that use MonitorLifecycleEventHandlerConfiguration
Package
Description
-
Uses of MonitorLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.handler.configuration
Methods in io.papermc.paper.plugin.lifecycle.event.handler.configuration that return MonitorLifecycleEventHandlerConfigurationModifier and TypeMethodDescriptionMonitorLifecycleEventHandlerConfiguration.monitor()Sets this handler configuration to be considered a "monitor". -
Uses of MonitorLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.types
Subinterfaces with type arguments of type MonitorLifecycleEventHandlerConfiguration in io.papermc.paper.plugin.lifecycle.event.typesModifier and TypeInterfaceDescriptionstatic interfaceLifecycleEventType.Monitorable<O extends LifecycleEventOwner, E extends LifecycleEvent>Lifecycle event type that supports separate registration of handlers as "monitors" that are run last.