LeviLamina
Loading...
Searching...
No Matches
OceanMonumentStart.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/StructureStart.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockSource
;
11
class
BoundingBox
;
12
class
Dimension
;
13
class
Random
;
14
// clang-format on
15
16
class
OceanMonumentStart
:
public
::StructureStart
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<1, 1, bool> isCreated;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
27
28
virtual ::std::string_view getStructureName()
const
/*override*/
;
29
30
virtual
~OceanMonumentStart
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
void
createMonument(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
43
44
MCAPI ::std::string_view $getStructureName()
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
Dimension
Definition
Dimension.h:85
OceanMonumentStart
Definition
OceanMonumentStart.h:16
OceanMonumentStart::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
OceanMonumentStart.h
Generated on
for LeviLamina by
1.16.1