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/levelgen/structure/StructureStart.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Dimension
;
11
class
Random
;
12
// clang-format on
13
14
class
OceanRuinStart
:
public
::StructureStart
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 12>
mUnkaab8dc;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
OceanRuinStart
& operator=(
OceanRuinStart
const
&);
24
OceanRuinStart
(
OceanRuinStart
const
&);
25
OceanRuinStart
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 4
31
virtual ::std::string_view getStructureName()
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~OceanRuinStart
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCAPI
void
createRuin(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCAPI ::std::string_view $getStructureName()
const
;
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCAPI
static
void
** $vftable();
59
// NOLINTEND
60
};
Dimension
Definition
Dimension.h:83
OceanRuinStart
Definition
OceanRuinStart.h:14
Random
Definition
Random.h:16
StructureStart
Definition
StructureStart.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
OceanRuinStart.h
Generated on Sat Apr 26 2025 05:56:27 for LeviLamina by
1.12.0