Uses of Interface
io.papermc.paper.plugin.lifecycle.event.registrar.Registrar
Packages that use Registrar
Package
Description
-
Uses of Registrar in io.papermc.paper.command.brigadier
Subinterfaces of Registrar in io.papermc.paper.command.brigadier -
Uses of Registrar in io.papermc.paper.datapack
Subinterfaces of Registrar in io.papermc.paper.datapack -
Uses of Registrar in io.papermc.paper.plugin.lifecycle.event.registrar
Classes in io.papermc.paper.plugin.lifecycle.event.registrar with type parameters of type RegistrarModifier and TypeInterfaceDescriptioninterface
RegistrarEvent<R extends Registrar>
A lifecycle event that exposes aRegistrar
of some kind to allow management of various things.interface
ReloadableRegistrarEvent<R extends Registrar>
A lifecycle event that exposes aRegistrar
that is reloadable. -
Uses of Registrar in io.papermc.paper.tag
Subinterfaces of Registrar in io.papermc.paper.tagModifier and TypeInterfaceDescriptioninterface
Registrar for tags after they have been flattened.interface
Registrar for tags before they are flattened.