installerFor

fun installerFor(forgeVersion: String, minecraftVersion: String): Optional<File>

Installer file for the specified forgeVersion and minecraftVersion version, wrapped in an Optional, so you can check whether it is available first.

Author

Griefed