类 Bindings

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

public class Bindings extends Object
Used to allow access to certain things from the game layer
  • 字段详细资料

  • 构造器详细资料

    • Bindings

      private Bindings()
  • 方法详细资料

    • getForgeBus

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

      public static Supplier<I18NParser> getMessageParser()
    • getConfigConfiguration

      public static Supplier<IConfigEvent.ConfigConfig> getConfigConfiguration()