GH-1047 World management for instances. Removal only currently.

This commit is contained in:
Alex
2015-08-18 19:10:17 -04:00
committed by Petr Mrázek
parent 16df6c16f3
commit 583e5946f4
15 changed files with 750 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "multimc_logic_export.h"
class ModList;
class WorldList;
class MULTIMC_LOGIC_EXPORT MinecraftInstance: public BaseInstance
{
@@ -25,6 +26,10 @@ public:
{
return nullptr;
}
virtual std::shared_ptr<WorldList> worldList() const
{
return nullptr;
}
/// get all jar mods applicable to this instance's jar
virtual QList<Mod> getJarMods() const
{