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 ForgeConfigSpec
ForgeConfig.clientSpec
(package private) static final ForgeConfigSpec
ForgeConfig.commonSpec
(package private) static final ForgeConfigSpec
ForgeConfig.serverSpec
private ForgeConfigSpec
ForgeConfigSpec.ConfigValue.spec
Methods 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.TestResult
ForgeConfigSpecTest.runTestOnce
(T defaultKeyValue, String testName, ForgeConfigSpec.ConfigValue<T> simpleValue, ForgeConfigSpec spec)