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

Method side

launcher/minecraft/mod/Mod.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256auto Mod::side() const -> Metadata::ModSide
257{
258 if (metadata())
259 return metadata()->side;
260 return Metadata::ModSide::UniversalSide;
261}
262
263auto Mod::releaseType() const -> ModPlatform::IndexedVersionType
264{

Callers 2

compareMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected