LeviLamina
Loading...
Searching...
No Matches
Gravity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/v2/heightmap_projection/Type.h"
7#include "mc/world/level/levelgen/v2/processors/StructureProcessor.h"
8#include "mc/world/level/levelgen/v2/processors/StructureProcessorType.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13class IBlockSource;
14namespace Util { class XXHash; }
15namespace br::worldgen { struct StructureBlockInfo; }
16namespace br::worldgen { struct StructurePlaceSettings; }
17// clang-format on
18
19namespace br::worldgen::processors {
20
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<1, 1, ::br::worldgen::HeightmapProjection::Type> mHeightmap;
26 ::ll::TypedStorage<4, 4, int> mOffset;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual ::std::optional<::br::worldgen::StructureBlockInfo>
35 const /*override*/;
36
37 // vIndex: 3
38 virtual ::br::worldgen::StructureProcessorType type() const /*override*/;
39
40 // vIndex: 4
41 virtual void appendMetadataKey(::Util::XXHash& hash) const /*override*/;
42
43 // vIndex: 0
44 virtual ~Gravity() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor const>> const& TERRAIN_MATCHING();
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCAPI ::std::optional<::br::worldgen::StructureBlockInfo>
64 const;
65
66 MCFOLD ::br::worldgen::StructureProcessorType $type() const;
67
68 MCAPI void $appendMetadataKey(::Util::XXHash& hash) const;
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCAPI static void** $vftable();
75 // NOLINTEND
76};
77
78} // namespace br::worldgen::processors
Definition BlockPos.h:18
Definition IBlockSource.h:35
Definition XXHash.h:7
Definition Gravity.h:21
Definition StructureBlockInfo.h:14
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22