类 ModConfigEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.config.ModConfigEvent
- 所有已实现的接口:
IConfigEvent
,IModBusEvent
public class ModConfigEvent
extends net.minecraftforge.eventbus.api.Event
implements IModBusEvent, IConfigEvent
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Fired during mod and server loading, depending onModConfig.Type
of config file.static class
Fired when the configuration is changed.static class
Fired when a config is unloaded.从类继承的嵌套类/接口 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.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
-
字段详细资料
-
config
-
-
构造器详细资料
-
ModConfigEvent
ModConfigEvent(ModConfig config)
-
-
方法详细资料
-
getConfig
- 指定者:
getConfig
在接口中IConfigEvent
-