LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateAxisAlignedPosition.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 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float const> mMinChance;
22 ::ll::TypedStorage<4, 4, float const> mMaxChance;
23 ::ll::TypedStorage<4, 4, int const> mMinDist;
24 ::ll::TypedStorage<4, 4, int const> mMaxDist;
25 ::ll::TypedStorage<1, 1, uchar const> mAxis;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 2
32 virtual bool test(::Block const& block, ::Randomize& randomize) const /*override*/;
33
34 // vIndex: 1
35 virtual bool test(::BlockPos const& worldPos, ::BlockPos const& refPos, ::Randomize& randomize) const /*override*/;
36
37 // vIndex: 5
38 virtual ::StructurePoolBlockPredicateType getType() const /*override*/;
39
40 // vIndex: 6
41 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
42
43 // vIndex: 0
44 virtual ~StructurePoolBlockPredicateAxisAlignedPosition() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCFOLD bool $test(::Block const& block, ::Randomize& randomize) const;
57
58 MCAPI bool $test(::BlockPos const& worldPos, ::BlockPos const& refPos, ::Randomize& randomize) const;
59
60 MCFOLD ::StructurePoolBlockPredicateType $getType() const;
61
62 MCAPI void $appendMetadataKey(::Util::XXHash& hash) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BlockPos.h:18
Definition Block.h:36
Definition IStructurePoolBlockPredicate.h:18
Definition Randomize.h:13
Definition StructurePoolBlockPredicateAxisAlignedPosition.h:17
Definition XXHash.h:7