Package-level declarations

Anything and everything related to the Forge-modloader.

Anything and everything related to the Forge-modloader.

Types

Link copied to clipboard
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.

Link copied to clipboard
expect class ForgeMeta(forgeManifest: File, utilities: Utilities, installerCacheDirectory: File)

Forge meta containing information about available Forge releases.

actual class ForgeMeta

Forge meta containing information about available Forge releases.