class FetchForgeVersions : Process<EmoContext>
Process that fetches the known versions of Forge, and if needed selects the correct minecraft version
FetchForgeVersions()
Process that fetches the known versions of Forge, and if needed selects the correct minecraft version |
suspend fun execute(context: EmoContext): Unit
Start this process |
|
fun getDescription(): String
Get description of this process |
|
fun getName(): String
Get name of this process |