Table of Contents

Class FabricLoader

Namespace: CmlLib.Core.ModLoaders.FabricMC
Assembly: CmlLib.Core.dll

public class FabricLoader

Inheritance

objectFabricLoader

Inherited Members

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

Properties

Build

[JsonPropertyName("build")]
public int Build { get; set; }

Property Value

int

Maven

[JsonPropertyName("maven")]
public string? Maven { get; set; }

Property Value

string?

Separator

[JsonPropertyName("separator")]
public string? Separator { get; set; }

Property Value

string?

Stable

[JsonPropertyName("stable")]
public bool Stable { get; set; }

Property Value

bool

Version

[JsonPropertyName("version")]
public string? Version { get; set; }

Property Value

string?