Package net.minecraftforge.fml
Class Bindings
java.lang.Object
net.minecraftforge.fml.Bindings
Used to allow access to certain things from the game layer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final IBindingsProvider
The provider of the bindings -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Supplier
<IConfigEvent.ConfigConfig> static Supplier
<net.minecraftforge.eventbus.api.IEventBus> static Supplier
<I18NParser>
-
Field Details
-
PROVIDER
The provider of the bindings- Implementation Note:
- May also throw a
ServiceConfigurationError
-
-
Constructor Details
-
Bindings
private Bindings()
-
-
Method Details
-
getForgeBus
- Returns:
- A supplier of net.minecraftforge.common.MinecraftForge#EVENT_BUS
-
getMessageParser
-
getConfigConfiguration
-