Package net.minecraftforge.fml
Interface IBindingsProvider
- All Known Implementing Classes:
ForgeBindings
public interface IBindingsProvider
-
Method Summary
-
Method Details
-
getForgeBusSupplier
Supplier<net.minecraftforge.eventbus.api.IEventBus> getForgeBusSupplier() -
getMessageParser
Supplier<I18NParser> getMessageParser() -
getConfigConfiguration
Supplier<IConfigEvent.ConfigConfig> getConfigConfiguration()
-