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
7class CompoundTag;
8// clang-format on
9
10class SavedData {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<1, 1, bool> mDirty;
15 ::ll::TypedStorage<8, 32, ::std::string> mId;
16 // NOLINTEND
17
18public:
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
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition CompoundTag.h:23
Definition SavedData.h:10
static MCAPI void ** $vftable()