Uses of Class
net.minecraftforge.common.ForgeConfigSpec
Packages that use ForgeConfigSpec
-
Uses of ForgeConfigSpec in net.minecraftforge.common
Fields in net.minecraftforge.common declared as ForgeConfigSpecModifier and TypeFieldDescription(package private) static final ForgeConfigSpecForgeConfig.clientSpec(package private) static final ForgeConfigSpecForgeConfig.commonSpec(package private) static final 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.commontest
Methods 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)