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
7
class
BlockPos
;
8
class
SimplePositionalRandomFactory
;
9
class
Vec3
;
10
// clang-format on
11
12
namespace
VoronoiZoomMultiNoise {
13
// functions
14
// NOLINTBEGIN
15
MCNAPI ::Vec3 getGridOffset(
::SimplePositionalRandomFactory
const
& positionalRandom,
::BlockPos
worldPos);
16
17
MCNAPI uint getZoomedVoronoiCellIndex(
18
::BlockPos
inPos,
19
::std::vector<::Vec3>
const
& voronoiCellOffsets,
20
uint minCellIndex,
21
uint bufferXZSize,
22
uint bufferYSize
23
);
24
// NOLINTEND
25
26
}
// namespace VoronoiZoomMultiNoise
BlockPos
Definition
BlockPos.h:17
SimplePositionalRandomFactory
Definition
SimplePositionalRandomFactory.h:14
Vec3
Definition
Vec3.h:10
src-server
mc
world
level
newbiome
VoronoiZoomMultiNoise.h
Generated on Sun Oct 12 2025 06:32:34 for LeviLamina by
1.12.0