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