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"
15namespace Util {
class XXHash; }
16namespace br::worldgen {
struct StructureBlockInfo; }
17namespace br::worldgen {
struct StructurePlaceSettings; }
20namespace br::worldgen::processors {
26 ::ll::TypedStorage<8, 24, ::std::vector<::BlockLegacy const*>> mToIgnore;
33 virtual ::std::optional<::br::worldgen::StructureBlockInfo> process(
43 virtual ::br::worldgen::StructureProcessorType type()
const ;
57 MCNAPI static ::br::worldgen::processors::BlockIgnore
from(::std::vector<::HashedString>
const& toIgnore);
59 MCNAPI static ::br::worldgen::processors::BlockIgnore
from(::std::vector<::std::string>
const& toIgnore);
65 MCNAPI static ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor>>
const&
STRUCTURE_BLOCK();
77 MCNAPI ::std::optional<::br::worldgen::StructureBlockInfo>
$process(
86 MCNAPI ::br::worldgen::StructureProcessorType
$type()
const;
Definition BlockLegacy.h:88
Definition HashedString.h:5
Definition IBlockSource.h:35
Definition BlockIgnore.h:22
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
MCAPI::br::worldgen::StructureProcessorType $type() const
static MCAPI void bootstrap()
static MCAPI void ** $vftable()
static MCAPI ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor > > const & STRUCTURE_BLOCK()
static MCAPI ::br::worldgen::processors::BlockIgnore from(::std::vector<::std::string > const &toIgnore)
static MCAPI ::br::worldgen::processors::BlockIgnore from(::std::vector<::HashedString > const &toIgnore)
MCAPI ::std::optional<::br::worldgen::StructureBlockInfo > $process(::IBlockSource &, ::BlockPos, ::BlockPos, ::br::worldgen::StructureBlockInfo const &, ::br::worldgen::StructureBlockInfo &&processedBlockInfo, ::br::worldgen::StructurePlaceSettings const &) const
Definition StructureBlockInfo.h:16
Definition StructurePlaceSettings.h:18
Definition StructureProcessor.h:22