LeviLamina
Loading...
Searching...
No Matches
EndCityStart.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
ChunkPos
;
11
class
Dimension
;
12
class
Random
;
13
// clang-format on
14
15
class
EndCityStart :
public
::StructureStart
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, bool> mIsValid;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
EndCityStart();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual
~EndCityStart()
/*override*/
=
default
;
30
31
virtual
bool
isValid()
const
/*override*/
;
32
33
virtual ::std::string_view getStructureName()
const
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI EndCityStart(
::Dimension
& dimension,
::Random
& random,
::ChunkPos
const
& pos);
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI
static
int
getYPositionForFeature(
::ChunkPos
const
& pos,
::Dimension
& dimension);
46
// NOLINTEND
47
48
public
:
49
// constructor thunks
50
// NOLINTBEGIN
51
MCAPI
void
* $ctor(
::Dimension
& dimension,
::Random
& random,
::ChunkPos
const
& pos);
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCFOLD
bool
$isValid()
const
;
58
59
MCAPI ::std::string_view $getStructureName()
const
;
60
61
62
// NOLINTEND
63
64
public
:
65
// vftables
66
// NOLINTBEGIN
67
MCNAPI
static
void
**
$vftable
();
68
// NOLINTEND
69
};
ChunkPos
Definition
ChunkPos.h:11
Dimension
Definition
Dimension.h:85
EndCityStart::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
EndCityStart.h
Generated on
for LeviLamina by
1.16.1