19 ::ll::TypedStorage<4, 4, int> mEncodingVersion;
20 ::ll::TypedStorage<8, 24, ::std::vector<::BlockLayer>> mBlockLayers;
21 ::ll::TypedStorage<4, 4, int> mBiomeId;
22 ::ll::TypedStorage<8, 16, ::Json::Value> mStructureOptions;
23 ::ll::TypedStorage<1, 1, ::WorldVersion> mWorldVersion;
37 MCAPI static ::Json::Value _parseFlatWorldJson(::std::string_view json);
39 MCAPI static ::Json::Value getLayers(
::LevelData const& levelData);