LeviLamina
Loading...
Searching...
No Matches
VoronoiZoomMultiNoise.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class Vec3;
9// clang-format on
10
11namespace VoronoiZoomMultiNoise {
12// functions
13// NOLINTBEGIN
14MCAPI uint getZoomedVoronoiCellIndex(
15 ::BlockPos inPos,
16 ::std::vector<::Vec3> const& voronoiCellOffsets,
17 uint minCellIndex,
18 uint bufferYSize,
19 uint bufferXZSize
20);
21// NOLINTEND
22
23} // namespace VoronoiZoomMultiNoise
Definition BlockPos.h:18
Definition Vec3.h:10