Uses of Class
net.minecraftforge.common.ForgeConfigSpec
Packages that use ForgeConfigSpec
- 
Uses of ForgeConfigSpec in net.minecraftforge.commonFields in net.minecraftforge.common declared as ForgeConfigSpecModifier and TypeFieldDescription(package private) static ForgeConfigSpecForgeConfig.clientSpec(package private) static ForgeConfigSpecForgeConfig.commonSpec(package private) static ForgeConfigSpecForgeConfig.serverSpecprivate ForgeConfigSpecForgeConfigSpec.ConfigValue.specMethods in net.minecraftforge.common that return ForgeConfigSpecMethods in net.minecraftforge.common that return types with arguments of type ForgeConfigSpecModifier and TypeMethodDescription<T> org.apache.commons.lang3.tuple.Pair<T,ForgeConfigSpec>ForgeConfigSpec.Builder.configure(Function<ForgeConfigSpec.Builder,T> consumer)
- 
Uses of ForgeConfigSpec in net.minecraftforge.commontestMethods in net.minecraftforge.commontest with parameters of type ForgeConfigSpecModifier and TypeMethodDescriptionprivate <T> List<ForgeConfigSpecTest.TestResult>ForgeConfigSpecTest.runTestHarness(T defaultKeyValue, String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec, int warmupRounds, int testRounds)private <T> ForgeConfigSpecTest.TestResultForgeConfigSpecTest.runTestOnce(T defaultKeyValue, String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec)