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"
14namespace Util {
class XXHash; }
15namespace br::worldgen {
struct StructureBlockInfo; }
16namespace br::worldgen {
struct StructurePlaceSettings; }
19namespace br::worldgen::processors {
25 ::ll::TypedStorage<8, 48, ::HashedString> mCannotReplace;
32 virtual ::std::optional<::br::worldgen::StructureBlockInfo>
37 virtual ::br::worldgen::StructureProcessorType type()
const ;
49 MCAPI static ::br::worldgen::processors::ProtectedBlock from(
::HashedString cannotReplace);
61 MCAPI ::std::optional<::br::worldgen::StructureBlockInfo>
65 MCFOLD ::br::worldgen::StructureProcessorType $type()
const;
73 MCAPI
static void** $vftable();
Definition HashedString.h:5
Definition IBlockSource.h:35
Definition ProtectedBlock.h:21
Definition StructureBlockInfo.h:14
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22