LeviLamina
Loading...
Searching...
No Matches
BuriedTreasureStart.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
BuriedTreasureStart :
public
::StructureStart
{
15
public
:
16
// prevent constructor by default
17
BuriedTreasureStart();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual ::std::string_view getStructureName()
const
/*override*/
;
23
// NOLINTEND
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI BuriedTreasureStart(
::Dimension
& x,
::Random
& z,
int
,
int
);
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor(
::Dimension
& x,
::Random
& z,
int
,
int
);
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI ::std::string_view $getStructureName()
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
BuriedTreasureStart::$vftable
static MCAPI void ** $vftable()
Dimension
Definition
Dimension.h:89
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
BuriedTreasureStart.h
Generated on
for LeviLamina by
1.16.1