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