Interface ModPackDirectory

interface ModPackDirectory {
    assignToModPack(pack: ModPack): void;
    assureDirectoryRoot(): boolean;
    getExtractStrategy(): DirectoryExtractStrategy;
    getLocalPathFromEntry(entryName: string): string;
    getLocation(): File;
    getPathPattern(): string;
    getPathPatternRegex(): Pattern;
    getRequestStrategy(): DirectoryRequestStrategy;
    getType(): number;
    getUpdateStrategy(): DirectoryUpdateStrategy;
}

Methods

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