Class PDLConfig

java.lang.Object
com.portingdeadmods.researchd.pdl.config.PDLConfig

public class PDLConfig extends Object
  • Constructor Details

    • PDLConfig

      public PDLConfig(Class<?> configClass, net.neoforged.fml.config.ModConfig.Type type)
  • Method Details

    • addConfigValue

      public void addConfigValue(String path, PDLConfig.Value<?> value)
    • getValue

      public PDLConfig.Value<?> getValue(String path)
    • getSpecValue

      public net.neoforged.neoforge.common.ModConfigSpec.ConfigValue<?> getSpecValue(String path)
    • getType

      public net.neoforged.fml.config.ModConfig.Type getType()
    • getConfigPaths

      public Set<String> getConfigPaths()
    • register

      public void register(net.neoforged.fml.ModContainer modContainer)