interface Source {
    apiInstance: any;
    gameVersion: any;
    json: JSONObject;
    optimizationLevel: number;
    path: string;
    sourceName: string;
    sourceType: number;
    setAPI(api: any): void;
    setOptimizationLevel(level: number): void;
    setPath(path: string): void;
    setSourceName(sourceName: string): void;
    setSourceType(type: number): void;
}

Methods

Properties

apiInstance: any
gameVersion: any
optimizationLevel: number
path: string
sourceName: string
sourceType: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.