13 enum class Octet : uint {
26 ::ll::TypedStorage<4, 20, uint[5]> mDigit;
27 ::ll::TypedStorage<8, 32, ::std::string> mString;
37 MCAPI GameVersion(::GameVersion
const&);
39 MCAPI
explicit GameVersion(
::ListTag const& tag);
41 MCAPI GameVersion(uint major, uint minor, uint patch, uint revision, uint isBeta);
43 MCAPI
bool operator<(::GameVersion
const& other)
const;
45 MCAPI ::GameVersion& operator=(::GameVersion&&);
47 MCAPI ::GameVersion& operator=(::GameVersion
const&);
49 MCAPI
bool operator>=(::GameVersion
const& other)
const;
51 MCAPI ::std::unique_ptr<::ListTag> serialize()
const;
59 MCAPI static ::GameVersion current();
65 MCAPI static ::GameVersion
const& Zero();
71 MCAPI
void* $ctor(::GameVersion
const&);
75 MCAPI
void* $ctor(uint major, uint minor, uint patch, uint revision, uint isBeta);