interface ClientOptions {
    cache?: boolean;
    cacheCheckPeriod?: number;
    cacheMaxKeys?: number;
    cacheTime?: number;
    checkForUpdates?: boolean;
    checkForUpdatesInterval?: number;
    mowojangAPI?: ClientOptions;
    silent?: boolean;
}

Properties

cache?: boolean
cacheCheckPeriod?: number
cacheMaxKeys?: number
cacheTime?: number
checkForUpdates?: boolean
checkForUpdatesInterval?: number
mowojangAPI?: ClientOptions
silent?: boolean