Uses of Interface
io.papermc.paper.plugin.lifecycle.event.types.LifecycleEventType.Prioritizable
Packages that use LifecycleEventType.Prioritizable
-
Uses of LifecycleEventType.Prioritizable in io.papermc.paper.plugin.lifecycle.event.types
Fields in io.papermc.paper.plugin.lifecycle.event.types declared as LifecycleEventType.PrioritizableModifier and TypeFieldDescriptionstatic final LifecycleEventType.Prioritizable<LifecycleEventOwner, ReloadableRegistrarEvent<Commands>> LifecycleEvents.COMMANDSThis event is for registering commands to the server's brigadier command system. -
Uses of LifecycleEventType.Prioritizable in io.papermc.paper.registry.event
Methods in io.papermc.paper.registry.event that return LifecycleEventType.PrioritizableModifier and TypeMethodDescriptionRegistryEventProvider.freeze()Gets the event type forRegistryFreezeEventwhich is fired just before a registry is frozen.