24 ::ll::TypedStorage<8, 32, ::std::string> mStartJigsawName;
25 ::ll::TypedStorage<8, 32, ::std::string> mStart;
26 ::ll::TypedStorage<1, 1, char> mMaxDepth;
27 ::ll::TypedStorage<8, 56, ::br::worldgen::StructureHeightProvider> mStartHeight;
28 ::ll::TypedStorage<4, 4, int> mMaxDistanceFromCenter;
29 ::ll::TypedStorage<4, 8, ::br::worldgen::DimensionPadding> mDimensionPadding;
30 ::ll::TypedStorage<1, 1, ::br::worldgen::HeightmapProjection::Type> mProjectStartToHeightmap;
31 ::ll::TypedStorage<1, 1, ::br::worldgen::JigsawExpansion> mExpansion;
43 virtual ::std::optional<::br::worldgen::GenerationStub>
75 MCNAPI ::std::optional<::br::worldgen::GenerationStub>
Definition GenerationContext.h:17