LeviLamina
Loading...
Searching...
No Matches
CompoundTagUpdater.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
11public:
12 // CompoundTagUpdater inner types declare
13 // clang-format off
14 struct Node;
15 // clang-format on
16
17 // CompoundTagUpdater inner types define
18 struct Node {
19 public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 Node& operator=(Node const&);
30 Node(Node const&);
31 Node();
32
33 public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ~Node();
37 // NOLINTEND
38
39 public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44 };
45
46public:
47 // member variables
48 // NOLINTBEGIN
51 // NOLINTEND
52
53public:
54 // prevent constructor by default
55 CompoundTagUpdater& operator=(CompoundTagUpdater const&);
58
59public:
60 // member functions
61 // NOLINTBEGIN
62 MCAPI bool _update(::CompoundTagUpdater::Node const& node, ::CompoundTag& tag) const;
63 // NOLINTEND
64};
Definition CompoundTagUpdater.h:10
Definition CompoundTag.h:13
Definition CompoundTagUpdater.h:18
Definition Alias.h:14