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

Method mcVersions

launcher/minecraft/mod/Mod.cpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277auto Mod::mcVersions() const -> QStringList
278{
279 if (metadata())
280 return metadata()->mcVersions;
281 return {};
282}
283
284auto Mod::licenses() const -> const QList<ModLicense>&
285{

Callers 2

compareMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected