Class Bindings

java.lang.Object
net.minecraftforge.fml.Bindings

public class Bindings extends Object
Used to allow access to certain things from the game layer
  • Field Details

  • Constructor Details

    • Bindings

      private Bindings()
  • Method Details

    • getForgeBus

      public static Supplier<net.minecraftforge.eventbus.api.IEventBus> getForgeBus()
      Returns:
      A supplier of net.minecraftforge.common.MinecraftForge#EVENT_BUS
    • getMessageParser

      public static Supplier<I18NParser> getMessageParser()
    • getConfigConfiguration

      public static Supplier<IConfigEvent.ConfigConfig> getConfigConfiguration()