3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/levelgen/v2/processors/StructureProcessor.h"
7#include "mc/world/level/levelgen/v2/processors/StructureProcessorType.h"
13namespace Util {
class XXHash; }
14namespace br::worldgen {
struct StructureBlockInfo; }
15namespace br::worldgen {
struct StructurePlaceSettings; }
18namespace br::worldgen::processors {
25 virtual ::std::optional<::br::worldgen::StructureBlockInfo>
30 virtual ::br::worldgen::StructureProcessorType type()
const ;
42 MCAPI static ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor>>
const& INSTANCE();
54 MCAPI ::std::optional<::br::worldgen::StructureBlockInfo>
58 MCFOLD ::br::worldgen::StructureProcessorType $type()
const;
66 MCAPI
static void** $vftable();
Definition IBlockSource.h:35
Definition JigsawReplacement.h:20
Definition StructureBlockInfo.h:14
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22