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 // vIndex: 0
24 virtual ~RemovedState() = default;
25
26 // vIndex: 1
27 virtual void addValue(::CompoundTag const&) = 0;
28
29 // vIndex: 2
30 virtual void match(::CompoundTagUpdaterNodeBuilder&, uint64) const = 0;
31
32 // vIndex: 3
33 virtual uint64 valueCount() const = 0;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
48
49} // namespace FlatteningUtils
Definition CompoundTagUpdaterNodeBuilder.h:10
Definition CompoundTag.h:13
Definition RemovedState.h:13
static MCAPI void ** $vftable()