@furox/minecraft-java-core
Version:
A library starting minecraft game NW.js and Electron.js
12 lines (11 loc) • 357 B
TypeScript
/**
* @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[]>;
checkSHA1(file: string, sha1: string): Promise<boolean>;
getTotalSize(bundle: any): Promise<number>;
}