27 ::ll::TypedStorage<1, 1, ::br::worldgen::TerrainAdjustment::Type> mAdjustment;
28 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mBiomes;
29 ::ll::TypedStorage<8, 32, ::std::string> mKey;
30 ::ll::TypedStorage<8, 64, ::std::unordered_map<::SpawnCategory::Type, ::br::worldgen::StructureSpawnOverride>>
32 ::ll::TypedStorage<1, 1, ::br::worldgen::GenerationStep::Type> mStep;
33 ::ll::TypedStorage<8, 48, ::HashedString> mType;
34 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PoolAliasBinding>>> mPoolAliases;
49 virtual ::std::optional<::br::worldgen::GenerationStub>
58 MCAPI ::std::shared_ptr<::br::worldgen::StructureInstance>
Definition GenerationContext.h:17