15class MinEngineVersion {
19 ::ll::TypedStorage<8, 24, ::SemVersion> mSemVersion;
20 ::ll::TypedStorage<4, 4, ::CurrentCmdVersion> mCommandVersion;
21 ::ll::TypedStorage<2, 2, ::MolangVersion> mMolangVersion;
31 MCAPI
explicit MinEngineVersion(
::SemVersion const& version);
33 MCAPI ::Json::Value createJsonValue()
const;
36 MCAPI ::SemVersion getSemVersion()
const;
39 MCAPI
bool operator==(::MinEngineVersion
const& rhs)
const;
45 MCAPI static ::MinEngineVersion fromString(::std::string
const&
string);