Interface GameVersionManifest

Hierarchy

  • GameVersionManifest

Properties

arguments: {
    game: GameArgument[];
    jvm: JvmArgument[];
}

Type declaration

assetIndex: {
    id: string;
    sha1: string;
    size: number;
    totalSize: number;
    url: string;
}

Type declaration

  • id: string
  • sha1: string
  • size: number
  • totalSize: number
  • url: string
assets: string
complianceLevel: number
downloads: {
    client: FileDownload;
    client_mappings: FileDownload;
    server: FileDownload;
    server_mappings: FileDownload;
}

Type declaration

id: string
javaVersion: {
    component: string;
    majorVersion: number;
}

Type declaration

  • component: string
  • majorVersion: number
libraries: LibraryDownload[]
logging: {
    client: LoggingOptions;
}

Type declaration

mainClass: string
minimumLauncherVersion: number
releaseTime: string
time: string
type: "release" | "snapshot" | "old_beta" | "old_alpha"

Generated using TypeDoc