Modifier and Type | Method and Description |
---|---|
static void |
MinecraftForge.preloadCrashClasses(ASMDataTable table,
java.lang.String modID,
java.util.Set<java.lang.String> classes) |
Modifier and Type | Method and Description |
---|---|
void |
CapabilityManager.injectCapabilities(ASMDataTable data) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigManager.loadData(ASMDataTable data) |
Modifier and Type | Field and Description |
---|---|
private ASMDataTable |
ModAPIManager.dataTable |
Modifier and Type | Method and Description |
---|---|
ModAPITransformer |
ModClassLoader.addModAPITransformer(ASMDataTable dataTable) |
static void |
AutomaticEventSubscriber.inject(ModContainer mod,
ASMDataTable data,
Side side) |
static void |
ProxyInjector.inject(ModContainer mod,
ASMDataTable data,
Side side,
ILanguageAdapter languageAdapter) |
private void |
FMLModContainer.processFieldAnnotations(ASMDataTable asmDataTable) |
void |
ModAPIManager.registerDataTableAndParseAPI(ASMDataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
void |
ModAPITransformer.initTable(ASMDataTable dataTable) |
Modifier and Type | Field and Description |
---|---|
private ASMDataTable |
ModDiscoverer.dataTable |
private ASMDataTable |
DirectoryDiscoverer.table |
private ASMDataTable |
ModCandidate.table |
Modifier and Type | Method and Description |
---|---|
ASMDataTable |
ModDiscoverer.getASMTable() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ModContainer> |
DirectoryDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
java.util.List<ModContainer> |
JarDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
java.util.List<ModContainer> |
ITypeDiscoverer.discover(ModCandidate candidate,
ASMDataTable table) |
java.util.List<ModContainer> |
ModCandidate.explore(ASMDataTable table) |
private void |
JarDiscoverer.findClassesASM(ModCandidate candidate,
ASMDataTable table,
java.util.jar.JarFile jar,
java.util.List<ModContainer> foundMods,
MetadataCollection mc) |
private void |
JarDiscoverer.findClassesJSON(ModCandidate candidate,
ASMDataTable table,
java.util.jar.JarFile jar,
java.util.List<ModContainer> foundMods,
MetadataCollection mc) |
java.util.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 |
---|---|
static com.google.common.collect.Multimap<java.lang.String,ASMDataTable.ASMData> |
JsonAnnotationLoader.loadJson(java.io.InputStream data,
ModCandidate candidate,
ASMDataTable table) |
Modifier and Type | Field and Description |
---|---|
private ASMDataTable |
FMLPreInitializationEvent.asmData |
private ASMDataTable |
FMLConstructionEvent.asmData |
Modifier and Type | Method and Description |
---|---|
ASMDataTable |
FMLPreInitializationEvent.getAsmData()
Get the
ASMDataTable for this instance of Minecraft. |
ASMDataTable |
FMLConstructionEvent.getASMHarvestedData() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkRegistry.register(ModContainer fmlModContainer,
java.lang.Class<?> clazz,
java.lang.String remoteVersionRange,
ASMDataTable asmHarvestedData)
INTERNAL method for registering a mod as a network capable thing
|
Constructor and Description |
---|
NetworkModHolder(ModContainer container,
java.lang.Class<?> modClass,
java.lang.String acceptableVersionRange,
ASMDataTable table) |
Modifier and Type | Method and Description |
---|---|
void |
ItemStackHolderInjector.findHolders(ASMDataTable table) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectHolderRegistry.findObjectHolders(ASMDataTable table) |