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

Method loaders

launcher/minecraft/mod/Mod.cpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270auto Mod::loaders() const -> ModPlatform::ModLoaderTypes
271{
272 if (metadata())
273 return metadata()->loaders;
274 return {};
275}
276
277auto Mod::mcVersions() const -> QStringList
278{

Callers 6

executeTaskMethod · 0.80
checkVersionsResponseMethod · 0.80
checkNextLoaderMethod · 0.80
compareMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected