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);
44 MCAPI
bool operator!=(::GameVersion
const& other)
const;
47 MCAPI
bool operator<(::GameVersion
const& other)
const;
49 MCAPI ::GameVersion& operator=(::GameVersion&&);
51 MCAPI ::GameVersion& operator=(::GameVersion
const&);
53 MCAPI
bool operator>=(::GameVersion
const& other)
const;
55 MCAPI ::std::unique_ptr<::ListTag> serialize()
const;
63 MCAPI static ::GameVersion current();
69 MCAPI static ::GameVersion
const& Zero();
75 MCAPI
void* $ctor(::GameVersion
const&);
79 MCAPI
void* $ctor(uint major, uint minor, uint patch, uint revision, uint isBeta);