类 ModConfigEvent.Unloading
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.config.ModConfigEvent
net.minecraftforge.fml.event.config.ModConfigEvent.Unloading
- 所有已实现的接口:
IConfigEvent
,IModBusEvent
- 封闭类:
ModConfigEvent
Fired when a config is unloaded. This only happens when the server closes, which is
probably only really relevant on the client, to reset internal mod state when the
server goes away, though it will fire on the dedicated server as well.
The config file will be saved after this event has fired.
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.fml.event.config.ModConfigEvent
ModConfigEvent.Loading, ModConfigEvent.Reloading, ModConfigEvent.Unloading
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
从接口继承的嵌套类/接口 net.minecraftforge.fml.config.IConfigEvent
IConfigEvent.ConfigConfig
-
字段概要
从接口继承的字段 net.minecraftforge.fml.config.IConfigEvent
CONFIGCONFIG
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.fml.event.config.ModConfigEvent
getConfig
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.fml.config.IConfigEvent
self
-
构造器详细资料
-
Unloading
-