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