Table of Contents

Class MinecraftJavaManifestMetadata

Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll

public class MinecraftJavaManifestMetadata

Inheritance

objectMinecraftJavaManifestMetadata

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

MinecraftJavaManifestMetadata(string, string)

public MinecraftJavaManifestMetadata(string os, string component)

Parameters

os string

component string

Properties

Component

public string Component { get; set; }

Property Value

string

Metadata

public MFileMetadata? Metadata { get; set; }

Property Value

MFileMetadata?

OS

public string OS { get; set; }

Property Value

string

VersionName

public string? VersionName { get; set; }

Property Value

string?

VersionReleased

public string? VersionReleased { get; set; }

Property Value

string?

Methods

GetMajorVersion()

public string? GetMajorVersion()

Returns

string?