emo / me.eater.emo.forge / FetchForgeLibraries

FetchForgeLibraries

class FetchForgeLibraries : Process<EmoContext>

Process that fetches the libraries needed for forge

Constructors

<init>

FetchForgeLibraries()

Process that fetches the libraries needed for forge

Functions

execute

suspend fun execute(context: EmoContext): Unit

Start this process

getDescription

fun getDescription(): String

Get description of this process

getName

fun getName(): String

Get name of this process

tryDownloadingPack

suspend fun tryDownloadingPack(lib: Library, dest: File): Unit