3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/brstd/function_ref.h"
7#include "mc/world/level/chunk/SubChunkFormat.h"
8#include "mc/world/level/chunk/SubChunkStorage.h"
17namespace SubChunkBlockStorageUtil {
20MCNAPI ::std::unique_ptr<::SubChunkStorage<::Block>> makeDeserialized(
22 ::brstd::function_ref<::Block
const*(uint64)>
const& runtimeLookUp,
23 ::brstd::function_ref<::Block
const*(::CompoundTag
const&)>
const& persistentLookUp,
24 ::SubChunkFormat format
Definition CompoundTag.h:23