Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ launchMethod
Method
launchMethod
launcher/minecraft/MinecraftInstance.cpp:1090–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1088
}
1089
1090
QString MinecraftInstance::launchMethod()
1091
{
1092
return settings()->get(
"MCLaunchMethod"
).toString();
1093
}
1094
1095
JavaVersion MinecraftInstance::getJavaVersion()
1096
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected