类 ForgeConfig
java.lang.Object
net.minecraftforge.common.ForgeConfig
-
嵌套类概要
嵌套类修饰符和类型类说明static 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
-
字段概要
字段修饰符和类型字段说明static final ForgeConfig.Client
(专用程序包) static final ForgeConfigSpec
static final ForgeConfig.Common
(专用程序包) static final ForgeConfigSpec
private static final org.apache.logging.log4j.Logger
static final ForgeConfig.Server
(专用程序包) static final ForgeConfigSpec
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
onFileChange
(ModConfigEvent.Reloading configEvent) static void
onLoad
(ModConfigEvent.Loading configEvent)
-
字段详细资料
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
clientSpec
-
CLIENT
-
commonSpec
-
COMMON
-
serverSpec
-
SERVER
-
-
构造器详细资料
-
ForgeConfig
public ForgeConfig()
-
-
方法详细资料
-
onLoad
-
onFileChange
-