Package com.chillycheesy.modulo.modules
Class ModuleContainer
java.lang.Object
com.chillycheesy.modulo.modules.ModuleContainer
Class that contain the different object needed to work with your
Module
.
It's containing the ModuleManager
and the ModuleLoader
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ModuleContainer
public ModuleContainer()
-
-
Method Details
-
getModuleManager
- Returns:
- the
ModuleManager
which is a singleton
-
getModuleLoader
- Returns:
- the
ModuleLoader
which is a singleton
-