Interface ModPackDeclaredDirectory

interface ModPackDeclaredDirectory {
    path: string;
    type: number;
    getPath(): string;
    getType(): number;
}

Methods

Properties

Methods

Properties

path: string
type: number

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