LeviLamina
Loading...
Searching...
No Matches
TimeMarker.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/string/HashedString.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
TimeMarkerData
;
11
// clang-format on
12
13
class
TimeMarker {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 48, ::HashedString> mName;
18
::ll::TypedStorage<4, 4, int> mTime;
19
::ll::TypedStorage<4, 8, ::std::optional<int>> mPeriod;
20
// NOLINTEND
21
22
#ifdef LL_PLAT_S
23
#else
// LL_PLAT_C
24
public
:
25
// prevent constructor by default
26
TimeMarker();
27
28
#endif
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
#ifdef LL_PLAT_C
33
MCAPI
explicit
TimeMarker(
::TimeMarkerData
const
& data);
34
#endif
35
36
MCAPI ::TimeMarkerData toData()
const
;
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
#ifdef LL_PLAT_C
43
MCAPI
void
* $ctor(
::TimeMarkerData
const
& data);
44
#endif
45
// NOLINTEND
46
};
TimeMarkerData
Definition
TimeMarkerData.h:5
src
mc
world
level
clock
TimeMarker.h
Generated on
for LeviLamina by
1.16.1