class FetchForgeLibraries : Process<EmoContext>
Process that fetches the libraries needed for forge |
|
class FetchForgeVersions : Process<EmoContext>
Process that fetches the known versions of Forge, and if needed selects the correct minecraft version |
|
class FetchInstaller : Process<EmoContext>
Process that fetches the Forge installer |
|
class FetchUniversal : Process<EmoContext>
Process that fetches the universal Forge jar |
|
class ForgeCleanInstaller : Process<EmoContext>
Process that deletes the forge installer |
|
class ForgeExtractManifest : Process<EmoContext>
Process that extracts the manifest from the forge installer |
|
class LoadForgeManifest : Process<EmoContext>
Process that loads the install manifest from the universal forge jar |
|
class RunInstaller : Process<EmoContext>
Process that runs the installer by the use of a classloader and loads of reflection |