getInstallerUrl

abstract fun getInstallerUrl(version: String): Optional<URL>

Get the URL to the installer for the specified version, wrapped in an Optional.

Return

The URL to the installer, wrapped in an Optional.

Author

Griefed

Parameters

version

The modloader version for which to get the installer.