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.
|
private static org.apache.logging.log4j.Marker |
FORGE |
(package private) static ForgeInternalHandler |
INTERNAL_HANDLER |
private static org.apache.logging.log4j.Logger |
LOGGER |
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
static final ForgeInternalHandler INTERNAL_HANDLER
private static final org.apache.logging.log4j.Logger LOGGER
private static final org.apache.logging.log4j.Marker FORGE