Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ applyMainJar
Method
applyMainJar
launcher/minecraft/LaunchProfile.cpp:182–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void LaunchProfile::applyMainJar(LibraryPtr jar)
183
{
184
if(jar)
185
{
186
m_mainJar = jar;
187
}
188
}
189
190
void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
191
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected