3#include "mc/_HeaderOutputPredefine.h"
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"
14namespace Util {
class XXHash; }
15namespace br::worldgen {
struct StructureBlockInfo; }
16namespace br::worldgen {
struct StructurePlaceSettings; }
19namespace br::worldgen::processors {
25 ::ll::TypedStorage<1, 1, ::br::worldgen::HeightmapProjection::Type> mHeightmap;
26 ::ll::TypedStorage<4, 4, int> mOffset;
33 virtual ::std::optional<::br::worldgen::StructureBlockInfo> process(
43 virtual ::br::worldgen::StructureProcessorType type()
const ;
55 MCNAPI static ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor const>>
const&
62 MCNAPI ::std::optional<::br::worldgen::StructureBlockInfo>
$process(
71 MCNAPI ::br::worldgen::StructureProcessorType
$type()
const;
Definition IBlockSource.h:35
MCAPI ::std::optional<::br::worldgen::StructureBlockInfo > $process(::IBlockSource ®ion, ::BlockPos, ::BlockPos, ::br::worldgen::StructureBlockInfo const &originalBlockInfo, ::br::worldgen::StructureBlockInfo &&processedBlockInfo, ::br::worldgen::StructurePlaceSettings const &) const
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
static MCAPI void ** $vftable()
MCAPI::br::worldgen::StructureProcessorType $type() const
static MCAPI ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor const > > const & TERRAIN_MATCHING()
Definition StructureBlockInfo.h:16
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22