isInstallerUrlAvailable

abstract fun isInstallerUrlAvailable(version: String): Boolean(source)

Check whether a URL to an installer is available for the specified version.

Return

true if available.

Author

Griefed

Parameters

version

The modloader version for which to check for installer availability.