27 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LevelChunkMetaDataDictionary>> mLevelChunkMetaDataDictionary;
28 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnNewDimensionCreatedSubscription;
29 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnChunkLoadedSubscription;
35 MCAPI
void _consolidateLevelChunkMetaData(
::LevelChunk& levelChunk);
37 MCAPI
void _onNewDimensionCreated(
::Dimension& dimension);
39 MCFOLD ::std::shared_ptr<::LevelChunkMetaDataDictionary> getLevelChunkMetaDataDictionary()
const;
45 MCAPI
void updateLevelChunkMetaDataForSaving(
57 MCAPI
static void inferInitialMetaDataAfterDeserialization(
60 ::GeneratorType generatorType,
61 ::std::string
const& dimensionName,
68 MCAPI static ::std::shared_ptr<::LevelChunkMetaData> initializeLevelChunkMetaData(
70 ::std::string
const& dimensionName,
74 ::GeneratorType generatorType,