NewNeoForgeInstance

class NewNeoForgeInstance(val minecraftVersion: String, val neoForgeVersion: String, minecraftMeta: MinecraftMeta) : NeoForgeInstance

An instance of a complete NeoForge combination, containing a Minecraft version, related NeoForge version and the URL to the server installer.

Author

Griefed

Parameters

minecraftVersion

Minecraft version.

neoForgeVersion

NeoForge version.

minecraftMeta

The corresponding Minecraft client for this NeoForge 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, neoForgeVersion: String, minecraftMeta: MinecraftMeta)

Properties

Link copied to clipboard
open override val installerUrl: URL
Link copied to clipboard
open override val minecraftVersion: String
Link copied to clipboard
open override val neoForgeVersion: String

Functions

Link copied to clipboard

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