LeviLamina
Loading...
Searching...
No Matches
PlayerRespawnTelemetryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, uint> mSearchTimeMS;
10 ::ll::TypedStorage<4, 4, uint> mLongJumpCount;
11 ::ll::TypedStorage<4, 4, uint> mShortJumpCount;
12 ::ll::TypedStorage<8, 8, double> mJumpDistance;
13 ::ll::TypedStorage<4, 4, uint> mPositionSourceType;
14 ::ll::TypedStorage<1, 1, bool> mChangedDimension;
15 // NOLINTEND
16
17public:
18 // static variables
19 // NOLINTBEGIN
20 MCAPI static ::std::string const& mEventName();
21 // NOLINTEND
22};
Definition PlayerRespawnTelemetryData.h:5