Interface NightModule
- All Superinterfaces:
Identifiable, LifecycleComponent
- All Known Subinterfaces:
ClaimModule, ConfigurableModule
- All Known Implementing Classes:
AbstractModule
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(LifecycleComponent component) <T extends LifecycleComponent>
TgetComponent(Class<T> componentType) Methods inherited from interface Identifiable
getId, idMethods inherited from interface LifecycleComponent
reload, shutdown, start
-
Method Details
-
addComponent
-
getComponent
-
getComponents
List<LifecycleComponent> getComponents()
-