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
// vIndex: 4
26
virtual ::std::string_view getStructureName()
const
/*override*/
;
27
28
// vIndex: 0
29
virtual
~OceanRuinStart
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
void
createRuin(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCAPI ::std::string_view $getStructureName()
const
;
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
Dimension
Definition
Dimension.h:83
OceanRuinStart
Definition
OceanRuinStart.h:15
OceanRuinStart::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src-server
mc
world
level
levelgen
structure
OceanRuinStart.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0