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
17 ::ll::TypedStorage<8, 32, ::std::string const> mName;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~RemovedState() = default;
24
25 virtual void addValue(::CompoundTag const&) = 0;
26
27 virtual void match(::CompoundTagUpdaterNodeBuilder&, uint64) const = 0;
28
29 virtual uint64 valueCount() const = 0;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace FlatteningUtils
Definition CompoundTagUpdaterNodeBuilder.h:10
Definition CompoundTag.h:23
Definition RemovedState.h:13
static MCAPI void ** $vftable()