LeviLamina
Loading...
Searching...
No Matches
VoronoiZoom.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
VoronoiZoom {
13
// functions
14
// NOLINTBEGIN
15
MCAPI ::Vec3 getGridOffset(::SimplePositionalRandomFactory
const
& positionalRandom, ::BlockPos worldPos);
16
17
MCAPI 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 VoronoiZoom
BlockPos
Definition
BlockPos.h:19
SimplePositionalRandomFactory
Definition
SimplePositionalRandomFactory.h:14
Vec3
Definition
Vec3.h:10
src
mc
world
level
newbiome
VoronoiZoom.h
Generated on
for LeviLamina by
1.16.1