Class MinecraftJavaFile
Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll
public class MinecraftJavaFile
Inheritance
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
Name
public string Name { get; }
Property Value
Sha1
public string? Sha1 { get; set; }
Property Value
Size
public long Size { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
Url
public string? Url { get; set; }