Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ applyJarMods
Method
applyJarMods
launcher/minecraft/LaunchProfile.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void LaunchProfile::applyJarMods(const QList<LibraryPtr>& jarMods)
123
{
124
this->m_jarMods.append(jarMods);
125
}
126
127
static int findLibraryByName(QList<LibraryPtr>* haystack, const GradleSpecifier& needle)
128
{
Callers
1
applyTo
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected