Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ applyCompatibleJavaMajors
Method
applyCompatibleJavaMajors
launcher/minecraft/LaunchProfile.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void LaunchProfile::applyCompatibleJavaMajors(QList<int>& javaMajor)
164
{
165
m_compatibleJavaMajors.append(javaMajor);
166
}
167
168
void LaunchProfile::applyCompatibleJavaName(QString javaName)
169
{
Callers
1
applyTo
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected