LeviLamina
Loading...
Searching...
No Matches
NBTSaver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/BasicSaver.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 NBTSaver& operator=(NBTSaver const&);
24 NBTSaver(NBTSaver const&);
25 NBTSaver();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~NBTSaver() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI explicit NBTSaver(::cereal::ReflectionCtx const& reflectionCtx);
38
39 MCAPI ::CompoundTag getSavedCompoundTag();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::cereal::ReflectionCtx const& reflectionCtx);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
Definition CompoundTag.h:13
Definition NBTSaver.h:14
Definition BasicSaver.h:16
Definition ReflectionCtx.h:11
Definition Alias.h:14