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