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 SummaryFieldsModifier and TypeFieldDescriptionprivate static final IBindingsProviderThe provider of the bindings
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Supplier<IConfigEvent.ConfigConfig> static Supplier<net.minecraftforge.eventbus.api.IEventBus> static Supplier<I18NParser> 
- 
Field Details- 
PROVIDERThe provider of the bindings- Implementation Note:
- May also throw a ServiceConfigurationError
 
 
- 
- 
Constructor Details- 
Bindingsprivate Bindings()
 
- 
- 
Method Details- 
getForgeBus- Returns:
- A supplier of net.minecraftforge.common.MinecraftForge#EVENT_BUS
 
- 
getMessageParser
- 
getConfigConfiguration
 
-