isMinecraftSupported

abstract fun isMinecraftSupported(minecraftVersion: String): Boolean

Check whether the given Minecraft version is supported by this modloader.

Return

true if the specified Minecraft version is supported.

Author

Griefed

Parameters

minecraftVersion

The Minecraft version for which to check for support.