MCPcopy Create free account
hub / github.com/MultiMC/Launcher / applyJarMods

Method applyJarMods

launcher/minecraft/LaunchProfile.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void LaunchProfile::applyJarMods(const QList<LibraryPtr>& jarMods)
84{
85 this->m_jarMods.append(jarMods);
86}
87
88static int findLibraryByName(QList<LibraryPtr> *haystack, const GradleSpecifier &needle)
89{

Callers 1

applyToMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected