ForgeInstance

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

minecraftVersion

Minecraft version.

forgeVersion

Forge version.

minecraftMeta

The corresponding Minecraft client for this Forge version.

Throws

if the URL to the download of the Forge server installer could not be created.

Constructors

Link copied to clipboard
constructor(minecraftVersion: String, forgeVersion: String, minecraftMeta: MinecraftMeta)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Get this Forge instances corresponding Minecraft client instance, wrapped in an Optional