LeviLamina
Loading...
Searching...
No Matches
SavedData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CompoundTag
;
8
// clang-format on
9
10
class
SavedData
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<1, 1, bool> mDirty;
15
::ll::TypedStorage<8, 32, ::std::string> mId;
16
// NOLINTEND
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~SavedData
();
22
23
virtual
void
deserialize(
::CompoundTag
const
&) = 0;
24
25
virtual
void
serialize(
::CompoundTag
&)
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCAPI
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
CompoundTag
Definition
CompoundTag.h:23
SavedData
Definition
SavedData.h:10
SavedData::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
saveddata
SavedData.h
Generated on
for LeviLamina by
1.16.1