25    ::ll::TypedStorage<8, 16, ::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor const>>> mDelegate;
 
   26    ::ll::TypedStorage<4, 32, ::IntProvider>                                                                mLimit;
 
   33    virtual ::std::vector<::br::worldgen::StructureBlockInfo> finalize(
 
   37        ::std::vector<::br::worldgen::StructureBlockInfo> 
const& originalBlocks,
 
   38        ::std::vector<::br::worldgen::StructureBlockInfo>&&      processedBlocks,
 
   43    virtual ::br::worldgen::StructureProcessorType type() 
const ;
 
   55    MCAPI static ::br::worldgen::processors::Capped
 
   56    from(::gsl::not_null<::std::shared_ptr<::br::worldgen::StructureProcessor>> delegate, 
::IntProvider limit);
 
   68    MCAPI ::std::vector<::br::worldgen::StructureBlockInfo> $finalize(
 
   72        ::std::vector<::br::worldgen::StructureBlockInfo> 
const& originalBlocks,
 
   73        ::std::vector<::br::worldgen::StructureBlockInfo>&&      processedBlocks,
 
   77    MCFOLD ::br::worldgen::StructureProcessorType $type() 
const;