mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
GH-1047 World management for instances. Removal only currently.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user