Package net.minecraftforge.common
Class ForgeConfig
java.lang.Object
net.minecraftforge.common.ForgeConfig
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClient specific configuration - only loaded clientside from forge-client.tomlstatic classGeneral configuration that doesn't need to be synchronized but needs to be available before server startupstatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ForgeConfig.Client(package private) static final ForgeConfigSpecstatic final ForgeConfig.Common(package private) static final ForgeConfigSpecstatic final ForgeConfig.Server(package private) static final ForgeConfigSpec - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidonFileChange(ModConfigEvent.Reloading configEvent) static voidonLoad(ModConfigEvent.Loading configEvent)  
- 
Field Details
- 
clientSpec
 - 
CLIENT
 - 
commonSpec
 - 
COMMON
 - 
serverSpec
 - 
SERVER
 
 - 
 - 
Constructor Details
- 
ForgeConfig
public ForgeConfig() 
 - 
 - 
Method Details
- 
onLoad
 - 
onFileChange
 
 -