UNPKG

ori-core-java

Version:

Simple Minecraft library for launching minecraft game written in Typescript.

13 lines (12 loc) 390 B
/** * @author Cosmic-fi * @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[]; }