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 virtual bool test(::Block const&, ::CompoundTag const&) const /*override*/;
20
21 virtual void appendMetadataKey(::Util::XXHash&) const /*override*/;
22
23 virtual ~StructurePoolBlockTagPredicateAlwaysTrue() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
Definition Block.h:43
Definition CompoundTag.h:23
Definition IStructurePoolBlockTagPredicate.h:12
Definition StructurePoolBlockTagPredicateAlwaysTrue.h:15
Definition XXHash.h:7