summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ComponentList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-12-31 01:37:50 +0100
committerPetr Mrázek <peterix@gmail.com>2017-12-31 01:37:50 +0100
commit4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52 (patch)
treed19500716c8c4fe9cdec4361ffae47d47f806f0a /api/logic/minecraft/ComponentList.h
parentc7032ce68ac3e48c1aace5742cc719e80dbf719b (diff)
downloadMultiMC-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar
MultiMC-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar.gz
MultiMC-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar.lz
MultiMC-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.tar.xz
MultiMC-4340068a84d1532d9f5ca4de4d12cbf1b7a7bd52.zip
NOISSUE add button for creating empty, properly registered, components
Diffstat (limited to 'api/logic/minecraft/ComponentList.h')
-rw-r--r--api/logic/minecraft/ComponentList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/minecraft/ComponentList.h b/api/logic/minecraft/ComponentList.h
index b66b3417..3b53a9fe 100644
--- a/api/logic/minecraft/ComponentList.h
+++ b/api/logic/minecraft/ComponentList.h
@@ -103,6 +103,8 @@ public:
bool setComponentVersion(const QString &uid, const QString &version, bool important = false);
+ bool installEmpty(const QString &uid, const QString &name);
+
QString patchFilePathForUid(const QString &uid) const;
/// if there is a save scheduled, do it now.