Table of Contents

Class MinecraftJavaFile

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

public class MinecraftJavaFile

Inheritance

objectMinecraftJavaFile

Inherited Members

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

Constructors

MinecraftJavaFile(string)

public MinecraftJavaFile(string name)

Parameters

name string

Properties

Executable

public bool Executable { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Sha1

public string? Sha1 { get; set; }

Property Value

string?

Size

public long Size { get; set; }

Property Value

long

Type

public string? Type { get; set; }

Property Value

string?

Url

public string? Url { get; set; }

Property Value

string?