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
IsRelease
public bool IsRelease { get; }
Property Value
Type
"release" or "snapshot".
public string Type { get; set; }
Property Value
Url
URL to the version detail JSON (contains the server download).
public string Url { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.