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
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
void
createMonument(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
41
42
MCAPI ::std::string_view $getStructureName()
const
;
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
BlockSource
Definition
BlockSource.h:73
BoundingBox
Definition
BoundingBox.h:13
Dimension
Definition
Dimension.h:89
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