Class IntegratedDynamicsSetupEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
org.cyclops.integrateddynamics.core.event.IntegratedDynamicsSetupEvent
- All Implemented Interfaces:
net.minecraftforge.fml.event.IModBusEvent
public class IntegratedDynamicsSetupEvent
extends net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
This event is invoked during the FMLCommonSetupEvent of Integrated Dynamics,
and allows registrations towards Integrated Dynamics to be made.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
description, getIMCStream, getIMCStream, toString
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
IntegratedDynamicsSetupEvent
public IntegratedDynamicsSetupEvent(net.minecraftforge.fml.ModContainer container)
-