Package me.totalfreedom.base
Class Registration
java.lang.Object
me.totalfreedom.base.Registration
This class is a holder for each registry in the data package.
Registries such as
Registries such as
ModuleRegistry and ServiceTaskRegistry can be found as final objects in this
class. These registries should only ever be accessed through the single Registration object in CommonsBase using
Patchwork.getRegistrations()-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getModuleRegistry
- Returns:
- The
ModuleRegistry
-
getEventRegistry
- Returns:
- The
EventRegistry
-
getUserRegistry
- Returns:
- The
UserRegistry
-
getServiceTaskRegistry
- Returns:
- The
ServiceTaskRegistry
-
getGroupRegistry
- Returns:
- The
GroupRegistry
-
getConfigRegistry
- Returns:
- The
ConfigRegistry
-