public class ForgeConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ForgeConfig.Client
Client specific configuration - only loaded clientside from forge-client.toml
|
static class |
ForgeConfig.Server |
Modifier and Type | Field and Description |
---|---|
static ForgeConfig.Client |
CLIENT |
(package private) static ForgeConfigSpec |
clientSpec |
static ForgeConfig.Server |
SERVER |
(package private) static ForgeConfigSpec |
serverSpec |
Constructor and Description |
---|
ForgeConfig() |
Modifier and Type | Method and Description |
---|---|
static void |
onFileChange(ModConfig.Reloading configEvent) |
static void |
onLoad(ModConfig.Loading configEvent) |
static final ForgeConfigSpec clientSpec
public static final ForgeConfig.Client CLIENT
static final ForgeConfigSpec serverSpec
public static final ForgeConfig.Server SERVER
public static void onLoad(ModConfig.Loading configEvent)
public static void onFileChange(ModConfig.Reloading configEvent)