Package | Description |
---|---|
net.minecraftforge.common | |
net.minecraftforge.fml | |
net.minecraftforge.fml.config |
Modifier and Type | Field and Description |
---|---|
(package private) static ForgeConfigSpec |
ForgeConfig.clientSpec |
(package private) static ForgeConfigSpec |
ForgeConfig.serverSpec |
private ForgeConfigSpec |
ForgeConfigSpec.ConfigValue.spec |
Modifier and Type | Method and Description |
---|---|
ForgeConfigSpec |
ForgeConfigSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.commons.lang3.tuple.Pair<T,ForgeConfigSpec> |
ForgeConfigSpec.Builder.configure(java.util.function.Function<ForgeConfigSpec.Builder,T> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
ModLoadingContext.registerConfig(ModConfig.Type type,
ForgeConfigSpec spec) |
void |
ModLoadingContext.registerConfig(ModConfig.Type type,
ForgeConfigSpec spec,
java.lang.String fileName) |
Modifier and Type | Field and Description |
---|---|
private ForgeConfigSpec |
ModConfig.spec |
Modifier and Type | Method and Description |
---|---|
ForgeConfigSpec |
ModConfig.getSpec() |
Constructor and Description |
---|
ModConfig(ModConfig.Type type,
ForgeConfigSpec spec,
ModContainer activeContainer) |
ModConfig(ModConfig.Type type,
ForgeConfigSpec spec,
ModContainer container,
java.lang.String fileName) |