LeviLamina
Loading...
Searching...
No Matches
RemovedIntState.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
20 ::ll::TypedStorage<8, 24, ::std::vector<int>> mValues;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void addValue(::CompoundTag const& tag) /*override*/;
27
28 virtual void match(::CompoundTagUpdaterNodeBuilder& builder, uint64 index) const /*override*/;
29
30 virtual uint64 valueCount() const /*override*/;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI void $addValue(::CompoundTag const& tag);
37
38 MCFOLD void $match(::CompoundTagUpdaterNodeBuilder& builder, uint64 index) const;
39
40 MCFOLD uint64 $valueCount() const;
41
42
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace FlatteningUtils
Definition CompoundTagUpdaterNodeBuilder.h:13
Definition CompoundTag.h:23
Definition RemovedIntState.h:16
static MCAPI void ** $vftable()
Definition RemovedState.h:13