Modifier and Type | Field and Description |
---|---|
static EventBus |
MinecraftForge.EVENT_BUS
The core Forge EventBusses, all events for Forge will be fired on these,
you should use this to register all your listeners.
|
static EventBus |
MinecraftForge.ORE_GEN_BUS |
static EventBus |
MinecraftForge.TERRAIN_GEN_BUS |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.fireNetRegistrationEvent(EventBus bus,
NetworkManager manager,
java.util.Set<java.lang.String> channelSet,
java.lang.String channel,
Side side) |
Modifier and Type | Field and Description |
---|---|
private EventBus |
FMLCommonHandler.eventBus |
Modifier and Type | Method and Description |
---|---|
EventBus |
FMLCommonHandler.bus()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IFMLSidedHandler.fireNetRegistrationEvent(EventBus bus,
NetworkManager manager,
java.util.Set<java.lang.String> channelSet,
java.lang.String channel,
Side side) |
Modifier and Type | Method and Description |
---|---|
void |
IEventExceptionHandler.handleException(EventBus bus,
Event event,
IEventListener[] listeners,
int index,
java.lang.Throwable throwable)
Fired when a EventListener throws an exception for the specified event on the event bus.
|
void |
EventBus.handleException(EventBus bus,
Event event,
IEventListener[] listeners,
int index,
java.lang.Throwable throwable) |
Modifier and Type | Field and Description |
---|---|
private EventBus |
FMLEventChannel.eventBus |
Modifier and Type | Method and Description |
---|---|
void |
FMLServerHandler.fireNetRegistrationEvent(EventBus bus,
NetworkManager manager,
java.util.Set<java.lang.String> channelSet,
java.lang.String channel,
Side side) |