public class MinecraftForge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.eventbus.api.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.
|
Constructor and Description |
---|
MinecraftForge() |
Modifier and Type | Method and Description |
---|---|
static void |
initialize()
Method invoked by FML before any other mods are loaded.
|
public static final net.minecraftforge.eventbus.api.IEventBus EVENT_BUS