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

Method setStatus

launcher/minecraft/mod/Mod.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Mod::setStatus(ModStatus status)
60{
61 m_local_details.status = status;
62}
63void Mod::setMetadata(std::shared_ptr<Metadata::ModStruct>&& metadata)
64{
65 if (status() == ModStatus::NoMetadata)

Callers 2

executeTaskMethod · 0.45
getFromMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected