public interface NucleusModuleEvent
extends org.spongepowered.api.event.Event
Modifier and Type | Interface and Description |
---|---|
static interface |
NucleusModuleEvent.AboutToConstruct
Fired just before modules are loaded.
|
static interface |
NucleusModuleEvent.AboutToEnable
Fires when the Pre-Enable state of a module is about to be fired.
|
static interface |
NucleusModuleEvent.Complete
Fires when all modules have fully loaded and the module loader has nothing more to do.
|
static interface |
NucleusModuleEvent.Enabled
Fires when the Enable state of a module has completed, and the module is declared enabled.
|
static class |
NucleusModuleEvent.ModuleEnableState |
static interface |
NucleusModuleEvent.PreEnable
Fires when the Pre-Enable state of a module has completed, but is yet to be declared enabled.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NucleusModuleEvent.ModuleEnableState> |
getModuleList()
Gets the module list, along with the
NucleusModuleEvent.ModuleEnableState |
java.util.Map<java.lang.String,NucleusModuleEvent.ModuleEnableState> getModuleList()
NucleusModuleEvent.ModuleEnableState