LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateBlockMatch.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 HashedString;
14class Randomize;
15namespace Util { class XXHash; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 24, ::std::vector<::HashedString> const> mBlockMatchings;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 2
29 virtual bool test(::Block const& block, ::Randomize&) const /*override*/;
30
31 // vIndex: 1
32 virtual bool test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const /*override*/;
33
34 // vIndex: 5
35 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
36
37 // vIndex: 6
38 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
39
40 // vIndex: 0
41 virtual ~StructurePoolBlockPredicateBlockMatch() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI bool $test(::Block const& block, ::Randomize&) const;
54
55 MCFOLD bool $test(::BlockPos const&, ::BlockPos const&, ::Randomize&) const;
56
57 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
58
59 MCAPI void $appendMetadataKey(::Util::XXHash& hash) const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BlockPos.h:18
Definition Block.h:36
Definition HashedString.h:5
Definition IStructurePoolBlockPredicate.h:18
Definition Randomize.h:13
Definition StructurePoolBlockPredicateBlockMatch.h:18
Definition XXHash.h:7