ori-core-java
Version:
Simple Minecraft library for launching minecraft game written in Typescript.
12 lines (11 loc) • 358 B
TypeScript
export default class forgePatcher {
options: any;
on: any;
emit: any;
constructor(options: any);
patcher(profile: any, config: any): Promise<void>;
check(profile: any): boolean;
setArgument(arg: any, profile: any, config: any): any;
computePath(arg: any): any;
readJarManifest(jarPath: string): Promise<any>;
}