interface ResourceDir {
    gameVersion: any;
    json: JSONObject;
    resourceType: number;
    setPath(path: string): void;
    setResourceType(type: number): void;
}

Methods

Properties

gameVersion: any
resourceType: number

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