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

Method applyJarMods

launcher/minecraft/LaunchProfile.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void LaunchProfile::applyJarMods(const QList<LibraryPtr>& jarMods)
126{
127 this->m_jarMods.append(jarMods);
128}
129
130static int findLibraryByName(QList<LibraryPtr> *haystack, const GradleSpecifier &needle)
131{

Callers 1

applyToMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected