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