Interface ModPackJsAdapter

Interface representing ModPack.

interface ModPackJsAdapter {
    getAllDirectories(): ModPackDirectory[];
    getDirectoriesOfType(type: string): ModPackDirectory[];
    getDirectoryOfType(type: string): ModPackDirectory;
    getManifest(): ModPackManifest;
    getModPack(): ModPack;
    getModsDirectoryPath(): string;
    getPreferences(): ModPackPreferences;
    getRequestHandler(type: string): DirectorySetRequestHandler;
    getRootDirectory(): File;
    getRootDirectoryPath(): string;
}

Methods

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