LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockTagPredicateBlockTagMatch.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockTagPredicate.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class CompoundTag;
12namespace Util { class XXHash; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
20 ::ll::TypedStorage<8, 8, ::CompoundTag const&> mTag;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 1
27 virtual bool test(::Block const&, ::CompoundTag const&) const /*override*/;
28
29 // vIndex: 2
30 virtual void appendMetadataKey(::Util::XXHash&) const /*override*/;
31
32 // vIndex: 0
33 virtual ~StructurePoolBlockTagPredicateBlockTagMatch() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
Definition Block.h:36
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagPredicateBlockTagMatch.h:15
Definition XXHash.h:7