Table of Contents

Class MinecraftVersion

Namespace
McServerLauncher.Models
Assembly
McServerLauncher.dll

A Minecraft version from Mojang's official manifest.

public class MinecraftVersion
Inheritance
MinecraftVersion
Inherited Members

Properties

Id

public string Id { get; set; }

Property Value

string

IsRelease

public bool IsRelease { get; }

Property Value

bool

Type

"release" or "snapshot".

public string Type { get; set; }

Property Value

string

Url

URL to the version detail JSON (contains the server download).

public string Url { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.