diff options
Diffstat (limited to 'api/logic/minecraft/Library.h')
-rw-r--r-- | api/logic/minecraft/Library.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/api/logic/minecraft/Library.h b/api/logic/minecraft/Library.h index 5fcff316..014f6745 100644 --- a/api/logic/minecraft/Library.h +++ b/api/logic/minecraft/Library.h @@ -148,9 +148,15 @@ public: /* methods */ /// Returns true if the library is contained in an instance and false if it is shared bool isLocal() const; + /// Returns true if the library is to always be checked for updates + bool isAlwaysStale() const; + + /// Return true if the library requires forge XZ hacks + bool isForge() const; + // Get a list of downloads for this library QList<NetActionPtr> getDownloads(OpSys system, class HttpMetaCache * cache, - QStringList & failedFiles, const QString & overridePath) const; + QStringList & failedLocalFiles, const QString & overridePath) const; private: /* methods */ /// the default storage prefix used by MultiMC |