Interface ModPackManifest
Methods
createDeclaredDirectoriesForModPack
getDisplayedName
- getDisplayedName(): string
loadFile
- loadFile(file: File): void
loadInputStream
- loadInputStream(stream: InputStream): void
loadJson
- loadJson(json: JSONObject): void
setAuthor
- setAuthor(author: string): void
setDescription
- setDescription(descr: string): void
setDisplayedName
- setDisplayedName(name: string): void
setPackName
- setPackName(name: string): void
setVersionCode
- setVersionCode(code: number): void
setVersionName
- setVersionName(name: string): void