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

Method applyMainJar

launcher/minecraft/LaunchProfile.cpp:245–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void LaunchProfile::applyMainJar(LibraryPtr jar)
246{
247 if(jar)
248 {
249 m_mainJar = jar;
250 }
251}
252
253void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
254{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected