Interface CodexService
public interface CodexService
Service responsible for loading and providing the global DreamVoice configuration.
-
Method Summary
Modifier and TypeMethodDescription@NotNull CodexRetrieves the active configuration container.@NotNull WallConfigRetrieves the acoustic Wall configuration.default booleanisModuleEnabled(@NotNull String moduleName) Checks if a module is enabled.voidload()Reloads the configuration from disk.
-
Method Details
-
load
void load()Reloads the configuration from disk. -
getConfig
-
getWallConfig
Retrieves the acoustic Wall configuration.- Returns:
- the active
WallConfig
-
isModuleEnabled
Checks if a module is enabled.- Parameters:
moduleName- the module identifier- Returns:
trueif enabled
-