Class DefaultConfigFactory
java.lang.Object
johnsmith.configoverhauled.impl.core.DefaultConfigFactory
- All Implemented Interfaces:
ConfigFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs and binds a new configuration manager instance to the specified namespace.
-
Constructor Details
-
DefaultConfigFactory
public DefaultConfigFactory()
-
-
Method Details
-
create
Description copied from interface:ConfigFactoryConstructs and binds a new configuration manager instance to the specified namespace.- Specified by:
createin interfaceConfigFactory- Parameters:
modId- The unique identifier of the target mod utilizing the framework.- Returns:
- A fully initialized configuration manager scoped to the provided identifier.
-