LeviLamina
Loading...
Searching...
No Matches
AncientCityStart.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
AncientCityStart
:
public
::StructureStart
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool> mValid;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
AncientCityStart
();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
29
virtual
~AncientCityStart
()
/*override*/
=
default
;
30
31
// vIndex: 2
32
virtual
bool
isValid()
const
/*override*/
;
33
34
// vIndex: 4
35
virtual ::std::string_view getStructureName()
const
/*override*/
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
AncientCityStart
(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI
void
* $ctor(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCFOLD
bool
$isValid()
const
;
54
55
MCAPI ::std::string_view $getStructureName()
const
;
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
AncientCityStart
Definition
AncientCityStart.h:14
AncientCityStart::$vftable
static MCAPI void ** $vftable()
Dimension
Definition
Dimension.h:83
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src-server
mc
world
level
levelgen
structure
AncientCityStart.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0