Interface DirectoryRequestStrategy

interface DirectoryRequestStrategy {
    assignToDirectory(dir: ModPackDirectory): void;
    assure(location: string, name: string): File;
    get(str: string): File;
    get(str: string, str2: string): File;
    getAll(str: string): List<File>;
    getAllFiles(): List<File>;
    getAllLocations(): List<string>;
    getAssignedDirectory(): ModPackDeclaredDirectory;
    remove(location: string, name: string): boolean;
}

Hierarchy (view full)

Methods

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