public class Modules
extends java.lang.Object
IModule| Constructor and Description |
|---|
Modules() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init()
Intended for internal use only
|
static void |
propagate(cpw.mods.fml.common.event.FMLStateEvent event)
Propagates an FMLStateEvent to all modules
|
static void |
registerModCompat(IModule module)
Registers a module
|
public static void registerModCompat(IModule module)
module - The module to registerpublic static void init()
public static void propagate(cpw.mods.fml.common.event.FMLStateEvent event)
event - The event