3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/shared_types/util/Reference.h"
7#include "mc/world/level/levelgen/v2/processors/StructureProcessor.h"
8#include "mc/world/level/levelgen/v2/processors/StructureProcessorType.h"
16namespace Util {
class XXHash; }
17namespace br::worldgen {
struct StructureBlockInfo; }
18namespace br::worldgen {
struct StructurePlaceSettings; }
21namespace br::worldgen::processors {
27 ::ll::TypedStorage<8, 24, ::std::vector<::BlockType const*>> mToIgnore;
34 virtual ::std::optional<::br::worldgen::StructureBlockInfo> process(
44 virtual ::br::worldgen::StructureProcessorType type()
const ;
58 MCNAPI static ::br::worldgen::processors::BlockIgnore
from(::std::vector<::HashedString>
const& toIgnore);
60 MCNAPI static ::br::worldgen::processors::BlockIgnore
67 MCNAPI static ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor>>
const&
STRUCTURE_BLOCK();
79 MCNAPI ::std::optional<::br::worldgen::StructureBlockInfo>
$process(
88 MCNAPI ::br::worldgen::StructureProcessorType
$type()
const;
Definition BlockType.h:84
Definition HashedString.h:5
Definition IBlockSource.h:37
Definition BlockIgnore.h:23
MCAPI void $appendMetadataKey(::Util::XXHash &hash) const
MCAPI::br::worldgen::StructureProcessorType $type() const
static MCAPI void bootstrap()
static MCAPI ::br::worldgen::processors::BlockIgnore from(::std::vector<::SharedTypes::Reference< 0 > > const &toIgnore)
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<::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:23