LeviLamina
Loading...
Searching...
No Matches
UnderwaterCaveFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/CaveFeature.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BoundingBox
;
12
class
ChunkPos
;
13
class
IBlockWorldGenAPI
;
14
class
Random
;
15
class
Vec3
;
16
namespace
CaveFeatureUtils {
struct
CarverConfiguration
; }
17
namespace
CaveFeatureUtils {
struct
CarvingParameters
; }
18
// clang-format on
19
20
class
UnderwaterCaveFeature
:
public
::CaveFeature {
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::TypedStorage<8, 8, ::Block const*> mAirReplacementBlock;
25
// NOLINTEND
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
bool
carveEllipsoidVolume(
31
::IBlockWorldGenAPI
& target,
32
::CaveFeatureUtils::CarverConfiguration
const
&,
33
::Random
& random,
34
::ChunkPos
const
& pos,
35
::Vec3
const
& startPos,
36
::BoundingBox
const
& volume,
37
float
rad,
38
float
yRad,
39
::CaveFeatureUtils::CarvingParameters
const
& carveValues
40
)
const
/*override*/
;
41
42
virtual
~UnderwaterCaveFeature
()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// static functions
47
// NOLINTBEGIN
48
MCAPI
static
bool
isDiggable(
::Block
const
& block);
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
MCAPI
bool
$carveEllipsoidVolume(
55
::IBlockWorldGenAPI
& target,
56
::CaveFeatureUtils::CarverConfiguration
const
&,
57
::Random
& random,
58
::ChunkPos
const
& pos,
59
::Vec3
const
& startPos,
60
::BoundingBox
const
& volume,
61
float
rad,
62
float
yRad,
63
::CaveFeatureUtils::CarvingParameters
const
& carveValues
64
)
const
;
65
66
67
// NOLINTEND
68
69
public
:
70
// vftables
71
// NOLINTBEGIN
72
MCNAPI
static
void
**
$vftable
();
73
// NOLINTEND
74
};
Block
Definition
Block.h:43
BoundingBox
Definition
BoundingBox.h:13
ChunkPos
Definition
ChunkPos.h:11
IBlockWorldGenAPI
Definition
IBlockWorldGenAPI.h:25
Random
Definition
Random.h:10
UnderwaterCaveFeature
Definition
UnderwaterCaveFeature.h:20
UnderwaterCaveFeature::$vftable
static MCAPI void ** $vftable()
Vec3
Definition
Vec3.h:10
CaveFeatureUtils::CarverConfiguration
Definition
CarverConfiguration.h:14
CaveFeatureUtils::CarvingParameters
Definition
CarvingParameters.h:10
src
mc
world
level
levelgen
feature
UnderwaterCaveFeature.h
Generated on
for LeviLamina by
1.16.1