LeviLamina
Loading...
Searching...
No Matches
ShipwreckStart.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
BiomeSource
;
11
class
Random
;
12
// clang-format on
13
14
class
ShipwreckStart :
public
::StructureStart
{
15
public
:
16
// prevent constructor by default
17
ShipwreckStart();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual ::std::string_view getStructureName()
const
/*override*/
;
23
24
virtual
~ShipwreckStart()
/*override*/
=
default
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ShipwreckStart(
::BiomeSource
const
& source,
::Random
&,
int
x,
int
z,
short
seaLevel);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
::BiomeSource
const
& source,
::Random
&,
int
x,
int
z,
short
seaLevel);
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
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
};
BiomeSource
Definition
BiomeSource.h:20
Random
Definition
Random.h:10
ShipwreckStart::$vftable
static MCAPI void ** $vftable()
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
ShipwreckStart.h
Generated on
for LeviLamina by
1.16.1