28 ::ll::TypedStorage<1, 1, ::br::worldgen::TerrainAdjustment::Type> mAdjustment;
29 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mBiomes;
30 ::ll::TypedStorage<8, 32, ::std::string> mKey;
31 ::ll::TypedStorage<8, 64, ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride>>
33 ::ll::TypedStorage<1, 1, ::br::worldgen::GenerationStep::Type> mStep;
34 ::ll::TypedStorage<8, 48, ::HashedString> mType;
35 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PoolAliasBinding>>> mPoolAliases;
40 Structure& operator=(Structure
const&);
48 virtual ::std::optional<::br::worldgen::GenerationStub>
57 MCAPI ::std::shared_ptr<::br::worldgen::StructureInstance>
Definition GenerationContext.h:17