summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ProfileStrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/minecraft/ProfileStrategy.h')
-rw-r--r--api/logic/minecraft/ProfileStrategy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/minecraft/ProfileStrategy.h b/api/logic/minecraft/ProfileStrategy.h
index 26bdf661..09a09f24 100644
--- a/api/logic/minecraft/ProfileStrategy.h
+++ b/api/logic/minecraft/ProfileStrategy.h
@@ -23,6 +23,9 @@ public:
/// install a list of jar mods into the instance
virtual bool installJarMods(QStringList filepaths) = 0;
+ /// install a custom jar (replaces the one from the Minecraft component)
+ virtual bool installCustomJar(QString filepath) = 0;
+
/// remove any files or records that constitute the version patch
virtual bool removePatch(ProfilePatchPtr jarMod) = 0;