MCPcopy 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
182void LaunchProfile::applyMainJar(LibraryPtr jar)
183{
184 if(jar)
185 {
186 m_mainJar = jar;
187 }
188}
189
190void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
191{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected