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; }
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> process(
42 virtual ::br::worldgen::StructureProcessorType type()
const ;
66 MCNAPI ::std::optional<::br::worldgen::StructureBlockInfo>
$process(
75 MCNAPI ::br::worldgen::StructureProcessorType
$type()
const;
Definition HashedString.h:5
Definition IBlockSource.h:35
Definition ProtectedBlock.h:21
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
MCAPI ::std::optional<::br::worldgen::StructureBlockInfo > $process(::IBlockSource ®ion, ::BlockPos, ::BlockPos, ::br::worldgen::StructureBlockInfo const &, ::br::worldgen::StructureBlockInfo &&processedBlockInfo, ::br::worldgen::StructurePlaceSettings const &) const
MCAPI::br::worldgen::StructureProcessorType $type() const
static MCAPI ::br::worldgen::processors::ProtectedBlock from(::HashedString cannotReplace)
static MCAPI void ** $vftable()
Definition StructureBlockInfo.h:16
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22