MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / applyMainJar

Method applyMainJar

launcher/minecraft/LaunchProfile.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void LaunchProfile::applyMainJar(LibraryPtr jar)
236{
237 if (jar) {
238 m_mainJar = jar;
239 }
240}
241
242void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
243{

Callers 1

applyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected