Package | Description |
---|---|
cpw.mods.fml.common | |
cpw.mods.fml.common.discovery | |
cpw.mods.fml.common.discovery.asm | |
cpw.mods.fml.common.event | |
cpw.mods.fml.common.network |
Modifier and Type | Method and Description |
---|---|
static void |
ProxyInjector.inject(ModContainer mod,
ASMDataTable data,
Side side,
ILanguageAdapter languageAdapter) |
Modifier and Type | Method and Description |
---|---|
ASMDataTable |
ModDiscoverer.getASMTable() |
Modifier and Type | Method and Description |
---|---|
List<ModContainer> |
JarDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ITypeDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
DirectoryDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ModCandidate.explore(ASMDataTable table) |
List<ModContainer> |
ContainerType.findMods(ModCandidate candidate,
ASMDataTable table) |
Modifier and Type | Method and Description |
---|---|
void |
ASMModParser.sendToTable(ASMDataTable table,
ModCandidate candidate) |
Modifier and Type | Method and Description |
---|---|
ASMDataTable |
FMLPreInitializationEvent.getAsmData() |
ASMDataTable |
FMLConstructionEvent.getASMHarvestedData() |
Modifier and Type | Method and Description |
---|---|
boolean |
FMLNetworkHandler.registerNetworkMod(ModContainer container,
Class<?> networkModClass,
ASMDataTable asmData) |
Constructor and Description |
---|
NetworkModHandler(ModContainer container,
Class<?> networkModClass,
ASMDataTable table) |