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

Method libDir

launcher/minecraft/MinecraftInstance.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310QString MinecraftInstance::libDir() const
311{
312 return FS::PathCombine(gameRoot(), "lib");
313}
314
315QString MinecraftInstance::worldDir() const
316{

Callers 2

executeTaskMethod · 0.80
fmllibsFinishedMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected