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
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
void
createRuin(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI ::std::string_view $getStructureName()
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
Dimension
Definition
Dimension.h:89
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