Interface ReloadableRegistrarEvent<R extends Registrar>
- Type Parameters:
- R- the registrar type
- All Superinterfaces:
- LifecycleEvent,- RegistrarEvent<R>
@NonExtendable
public interface ReloadableRegistrarEvent<R extends Registrar>
extends RegistrarEvent<R>
A lifecycle event that exposes a 
Registrar that is
 reloadable.- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from interface io.papermc.paper.plugin.lifecycle.event.registrar.RegistrarEventregistrar
- 
Method Details- 
causeGet the cause of this reload.- Returns:
- the cause
 
 
-