UNPKG

silver-mc-java-core

Version:

A library starting minecraft game NW.js and Electron.js

13 lines (12 loc) 387 B
/** * @author Luuxis * @license CC-BY-NC 4.0 - https://creativecommons.org/licenses/by-nc/4.0/ */ export default class MinecraftBundle { options: any; constructor(options: any); checkBundle(bundle: any): Promise<any[]>; getTotalSize(bundle: any): Promise<number>; checkFiles(bundle: any): Promise<void>; getFiles(path: any, file?: any[]): any[]; }