installerFor

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

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

Author

Griefed