3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/string/HashedString.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; }
19namespace br::worldgen::processors {
25 ::ll::TypedStorage<8, 48, ::HashedString> mCannotReplace;
31 virtual ::std::optional<::br::worldgen::StructureBlockInfo> process(
40 virtual ::br::worldgen::StructureProcessorType type()
const ;
50 MCAPI static ::br::worldgen::processors::ProtectedBlock from(
::HashedString cannotReplace);
62 MCAPI ::std::optional<::br::worldgen::StructureBlockInfo> $process(
71 MCFOLD ::br::worldgen::StructureProcessorType $type()
const;
Definition HashedString.h:5
Definition IBlockSource.h:37
Definition ProtectedBlock.h:21
static MCAPI void ** $vftable()
Definition StructureBlockInfo.h:16
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:23