SerenityJS
    Preparing search index...

    Interface ResourcePacksProperties

    interface ResourcePacksProperties {
        mustAcceptPacks: boolean;
        path: null | string;
        resourcePacks: ResourcePackEntry[];
    }
    Index

    Properties

    mustAcceptPacks: boolean
    path: null | string
    resourcePacks: ResourcePackEntry[]