class FetchForgeLibraries : Process<EmoContext>
Process that fetches the libraries needed for forge
FetchForgeLibraries()
Process that fetches the libraries needed for forge |
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 |
|
suspend fun tryDownloadingPack(lib: Library, dest: File): Unit |