10struct WorldClockData {
14 ::ll::TypedStorage<8, 8, uint64> mId;
15 ::ll::TypedStorage<8, 32, ::std::string> mName;
16 ::ll::TypedStorage<4, 4, int> mTime;
17 ::ll::TypedStorage<1, 1, bool> mIsPaused;
18 ::ll::TypedStorage<8, 24, ::std::vector<::TimeMarkerData>> mTimeMarkers;
23 WorldClockData(WorldClockData
const&);
29 MCAPI ::WorldClockData& operator=(::WorldClockData&&);
31 MCAPI ::WorldClockData& operator=(::WorldClockData
const&);
33 MCAPI
bool operator==(::WorldClockData
const&)
const;