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