public class MinecraftForge
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
static IEventBus |
EVENT_BUS
The core Forge EventBusses, all events for Forge will be fired on these,
you should use this to register all your listeners.
|
コンストラクタと説明 |
---|
MinecraftForge() |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
initialize()
Method invoked by FML before any other mods are loaded.
|
public static final IEventBus EVENT_BUS