Interface Library

The internal format for the dependencies a set version of Minecraft uses.

Hierarchy

  • Library

Properties

checksums: string[]
clientreq?: boolean
downloads?: {
    artifact: Artifact;
    classifiers?: {
        [key: string]: Artifact;
    };
}

Type declaration

extract?: {
    exclude: ["META-INF/"];
}

Type declaration

  • exclude: ["META-INF/"]
name: string
natives?: {
    linux?: string;
    osx?: string;
    windows?: string;
}

Type declaration

  • Optional linux?: string
  • Optional osx?: string
  • Optional windows?: string
serverreq?: boolean
url?: string

Generated using TypeDoc