Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void LaunchProfile::applyJarMods(const QList<LibraryPtr>& jarMods)
84
{
85
this->m_jarMods.append(jarMods);
86
}
87
88
static int findLibraryByName(QList<LibraryPtr> *haystack, const GradleSpecifier &needle)
89
{
Callers
1
applyTo
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected