Package net.minecraftforge.common
Class ForgeConfig.Common
java.lang.Object
net.minecraftforge.common.ForgeConfig.Common
- Enclosing class:
- ForgeConfig
General configuration that doesn't need to be synchronized but needs to be available before server startup
-
Field Summary
Modifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
-
Method Summary
-
Field Details
-
cachePackAccess
@Deprecated(since="1.19.2", forRemoval=true) public final ForgeConfigSpec.BooleanValue cachePackAccessDeprecated, for removal: This API element is subject to removal in a future version. -
indexVanillaPackCachesOnThread
@Deprecated(since="1.19.2", forRemoval=true) public final ForgeConfigSpec.BooleanValue indexVanillaPackCachesOnThreadDeprecated, for removal: This API element is subject to removal in a future version. -
indexModPackCachesOnThread
@Deprecated(since="1.19.2", forRemoval=true) public final ForgeConfigSpec.BooleanValue indexModPackCachesOnThreadDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Common
Common(ForgeConfigSpec.Builder builder)
-