Package net.minecraftforge.common
Class ForgeConfig.Common
- java.lang.Object
-
- net.minecraftforge.common.ForgeConfig.Common
-
- Enclosing class:
- ForgeConfig
public static class ForgeConfig.Common extends java.lang.Object
General configuration that doesn't need to be synchronized but needs to be available before server startup
-
-
Field Summary
Fields Modifier and Type Field Description ForgeConfigSpec.ConfigValue<? extends java.lang.String>
defaultWorldType
-
Constructor Summary
Constructors Constructor Description Common(ForgeConfigSpec.Builder builder)
-
-
-
Field Detail
-
defaultWorldType
public final ForgeConfigSpec.ConfigValue<? extends java.lang.String> defaultWorldType
-
-
Constructor Detail
-
Common
Common(ForgeConfigSpec.Builder builder)
-
-