Forge Instance
class ForgeInstance(val minecraftVersion: String, val forgeVersion: String, minecraftMeta: MinecraftMeta)
An instance of a complete Forge combination, containing a Minecraft version, related Forge version and the URL to the server installer.
Author
Griefed
Parameters
minecraft Version
Minecraft version.
forge Version
Forge version.
minecraft Meta
The corresponding Minecraft client for this Forge version.
Throws
if the URL to the download of the Forge server installer could not be created.
Functions
Link copied to clipboard
Get this Forge instances corresponding Minecraft client instance, wrapped in an Optional