Class DefaultConfigFactory

java.lang.Object
johnsmith.configoverhauled.impl.core.DefaultConfigFactory
All Implemented Interfaces:
ConfigFactory

public class DefaultConfigFactory extends Object implements ConfigFactory
  • Constructor Details

    • DefaultConfigFactory

      public DefaultConfigFactory()
  • Method Details

    • create

      public ConfigManager create(String modId)
      Description copied from interface: ConfigFactory
      Constructs and binds a new configuration manager instance to the specified namespace.
      Specified by:
      create in interface ConfigFactory
      Parameters:
      modId - The unique identifier of the target mod utilizing the framework.
      Returns:
      A fully initialized configuration manager scoped to the provided identifier.