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

Method getLocalLibraryPath

launcher/minecraft/MinecraftInstance.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255QString MinecraftInstance::getLocalLibraryPath() const
256{
257 QDir libraries_dir(FS::PathCombine(instanceRoot(), "libraries/"));
258 return libraries_dir.absolutePath();
259}
260
261bool MinecraftInstance::supportsDemo() const
262{

Callers 4

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected