Package net.minecraftforge.common
Class ForgeConfig
java.lang.Object
net.minecraftforge.common.ForgeConfig
- 
Nested Class SummaryNested 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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidonFileChange(ModConfigEvent.Reloading configEvent) static voidonLoad(ModConfigEvent.Loading configEvent) 
- 
Field Details- 
clientSpec
- 
CLIENT
- 
commonSpec
- 
COMMON
- 
serverSpec
- 
SERVER
 
- 
- 
Constructor Details- 
ForgeConfigpublic ForgeConfig()
 
- 
- 
Method Details- 
onLoad
- 
onFileChange
 
-