Package | Description |
---|---|
net.minecraftforge.fml.common |
Modifier and Type | Field and Description |
---|---|
private ModDiscoverer |
Loader.discoverer |
Modifier and Type | Method and Description |
---|---|
private ModDiscoverer |
Loader.identifyMods(java.util.List<java.lang.String> additionalContainers)
The primary loading code
The found resources are first loaded into the
Loader.modClassLoader
(always) then scanned for class resources matching the specification
above. |
Modifier and Type | Method and Description |
---|---|
void |
ModAPIManager.manageAPI(ModClassLoader modClassLoader,
ModDiscoverer discoverer) |