LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateAlwaysTrue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/IStructurePoolBlockPredicate.h"
7#include "mc/world/level/levelgen/structure/structurepools/StructurePoolBlockPredicateType.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12class BlockPos;
13class Randomize;
14namespace Util { class XXHash; }
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual bool test(::Block const& block, ::Randomize& randomize) const /*override*/;
22
23 virtual bool test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const /*override*/;
24
25 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
26
27 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
28
29 virtual ~StructurePoolBlockPredicateAlwaysTrue() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCFOLD bool $test(::Block const& block, ::Randomize& randomize) const;
36
37 MCFOLD bool $test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const;
38
39 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
40
41 MCFOLD void $appendMetadataKey(::Util::XXHash& hash) const;
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BlockPos.h:19
Definition Block.h:43
Definition IStructurePoolBlockPredicate.h:18
Definition Randomize.h:13
Definition StructurePoolBlockPredicateAlwaysTrue.h:17
Definition XXHash.h:7