3#include "mc/_HeaderOutputPredefine.h"
13namespace CachedHeightGenerator {
16MCAPI
short cachedGenerationOfTerrainHeight(
17 ::BlockPos
const& pos,
18 ::Dimension& dimension,
19 ::BlockVolume& blockVolume,
20 ::std::unordered_map<::ChunkPos, ::std::unique_ptr<::std::vector<short>>>& chunkHeightCache
Definition BlockVolume.h:13
Definition Dimension.h:85