Class IntegratedDynamicsSetupEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.fml.event.lifecycle.ModLifecycleEvent
org.cyclops.integrateddynamics.core.event.IntegratedDynamicsSetupEvent
- All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent
public class IntegratedDynamicsSetupEvent
extends net.neoforged.fml.event.lifecycle.ModLifecycleEvent
This event is invoked during the FMLCommonSetupEvent of Integrated Dynamics,
and allows registrations towards Integrated Dynamics to be made.
-
Constructor Summary
-
Method Summary
Methods inherited from class net.neoforged.fml.event.lifecycle.ModLifecycleEvent
description, getIMCStream, getIMCStream, toString
-
Constructor Details
-
IntegratedDynamicsSetupEvent
public IntegratedDynamicsSetupEvent(net.neoforged.fml.ModContainer container)
-