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::UntypedStorage<1, 1>
mUnkbd36dc;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
EndCityStart
& operator=(
EndCityStart
const
&);
25
EndCityStart
(
EndCityStart
const
&);
26
EndCityStart
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 0
32
virtual
~EndCityStart
()
/*override*/
=
default
;
33
34
// vIndex: 2
35
virtual
bool
isValid()
const
/*override*/
;
36
37
// vIndex: 4
38
virtual ::std::string_view getStructureName()
const
/*override*/
;
39
// NOLINTEND
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCAPI
void
_create(
::Dimension
& dimension,
::Random
& random,
::ChunkPos
const
& pos);
45
// NOLINTEND
46
47
public
:
48
// static functions
49
// NOLINTBEGIN
50
MCAPI
static
int
getYPositionForFeature(
::ChunkPos
const
& pos,
::Dimension
& dimension);
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
57
// NOLINTEND
58
59
public
:
60
// virtual function thunks
61
// NOLINTBEGIN
62
MCFOLD
bool
$isValid()
const
;
63
64
MCAPI ::std::string_view $getStructureName()
const
;
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCAPI
static
void
** $vftable();
71
// NOLINTEND
72
};
ChunkPos
Definition
ChunkPos.h:11
Dimension
Definition
Dimension.h:83
EndCityStart
Definition
EndCityStart.h:15
Random
Definition
Random.h:16
StructureStart
Definition
StructureStart.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
EndCityStart.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0