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 // vIndex: 2
22 virtual bool test(::Block const& block, ::Randomize& randomize) const /*override*/;
23
24 // vIndex: 1
25 virtual bool test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const /*override*/;
26
27 // vIndex: 5
28 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
29
30 // vIndex: 6
31 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
32
33 // vIndex: 0
34 virtual ~StructurePoolBlockPredicateAlwaysTrue() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCFOLD bool $test(::Block const& block, ::Randomize& randomize) const;
41
42 MCFOLD bool $test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const;
43
44 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
45
46 MCFOLD void $appendMetadataKey(::Util::XXHash& hash) const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition BlockPos.h:18
Definition Block.h:38
Definition IStructurePoolBlockPredicate.h:18
Definition Randomize.h:13
Definition StructurePoolBlockPredicateAlwaysTrue.h:17
Definition XXHash.h:7