LeviLamina
Loading...
Searching...
No Matches
RemovedStringState.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<::std::string>> 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
32 virtual ~RemovedStringState() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI void $addValue(::CompoundTag const& tag);
39
40 MCAPI void $match(::CompoundTagUpdaterNodeBuilder& builder, uint64 index) const;
41
42 MCAPI uint64 $valueCount() const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace FlatteningUtils
Definition CompoundTagUpdaterNodeBuilder.h:10
Definition CompoundTag.h:23
Definition RemovedState.h:13
Definition RemovedStringState.h:16
static MCAPI void ** $vftable()