MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / MCEditTool

Method MCEditTool

launcher/tools/MCEditTool.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "minecraft/MinecraftInstance.h"
10
11MCEditTool::MCEditTool(SettingsObjectPtr settings)
12{
13 settings->registerSetting("MCEditPath");
14 m_settings = settings;
15}
16
17void MCEditTool::setPath(QString& path)
18{

Callers

nothing calls this directly

Calls 1

registerSettingMethod · 0.45

Tested by

no test coverage detected