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

Method resourcesDir

launcher/minecraft/MinecraftInstance.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320QString MinecraftInstance::resourcesDir() const
321{
322 return FS::PathCombine(gameRoot(), "resources");
323}
324
325QDir MinecraftInstance::librariesPath() const
326{

Callers 1

executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected