LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockTagPredicateAlwaysTrue.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 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 1
20 virtual bool test(::Block const&, ::CompoundTag const&) const /*override*/;
21
22 // vIndex: 2
23 virtual void appendMetadataKey(::Util::XXHash&) const /*override*/;
24
25 // vIndex: 0
26 virtual ~StructurePoolBlockTagPredicateAlwaysTrue() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition Block.h:38
Definition CompoundTag.h:13
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagPredicateAlwaysTrue.h:15
Definition XXHash.h:7