类 Bindings
java.lang.Object
net.minecraftforge.fml.Bindings
Used to allow access to certain things from the game layer
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Supplier
<IConfigEvent.ConfigConfig> static Supplier
<net.minecraftforge.eventbus.api.IEventBus> static Supplier
<I18NParser>
-
字段详细资料
-
PROVIDER
The provider of the bindings- Implementation Note:
- May also throw a
ServiceConfigurationError
-
-
构造器详细资料
-
Bindings
private Bindings()
-
-
方法详细资料
-
getForgeBus
- 返回:
- A supplier of net.minecraftforge.common.MinecraftForge#EVENT_BUS
-
getMessageParser
-
getConfigConfiguration
-