Modifier and Type | Method and Description |
---|---|
ModAPITransformer |
ModClassLoader.addModAPITransformer(ASMDataTable dataTable) |
static void |
ProxyInjector.inject(ModContainer mod,
ASMDataTable data,
Side side,
ILanguageAdapter languageAdapter) |
void |
ModAPIManager.registerDataTableAndParseAPI(ASMDataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
void |
ModAPITransformer.initTable(ASMDataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
ASMDataTable |
ModDiscoverer.getASMTable() |
Modifier and Type | Method and Description |
---|---|
List<ModContainer> |
DirectoryDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
JarDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
List<ModContainer> |
ITypeDiscoverer.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) |