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) Methods in net.minecraftforge.common 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) -
Uses of ForgeConfigSpec in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type ForgeConfigSpecModifier and TypeMethodDescriptionvoid
ModLoadingContext.registerConfig
(ModConfig.Type type, ForgeConfigSpec spec) void
ModLoadingContext.registerConfig
(ModConfig.Type type, ForgeConfigSpec spec, String fileName) -
Uses of ForgeConfigSpec in net.minecraftforge.fml.config
Fields in net.minecraftforge.fml.config declared as ForgeConfigSpecMethods in net.minecraftforge.fml.config that return ForgeConfigSpecConstructors in net.minecraftforge.fml.config with parameters of type ForgeConfigSpecModifierConstructorDescriptionModConfig
(ModConfig.Type type, ForgeConfigSpec spec, ModContainer activeContainer) ModConfig
(ModConfig.Type type, ForgeConfigSpec spec, ModContainer container, String fileName)