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::TypedStorage<1, 1, bool> mValid;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
StrongholdStart
();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
29
virtual
~StrongholdStart
()
/*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
StrongholdStart
(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
42
43
MCAPI
void
_initializePieceSet(
::Random
& random);
44
// NOLINTEND
45
46
public
:
47
// constructor thunks
48
// NOLINTBEGIN
49
MCAPI
void
* $ctor(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCFOLD
bool
$isValid()
const
;
56
57
MCAPI ::std::string_view $getStructureName()
const
;
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
Dimension
Definition
Dimension.h:83
Random
Definition
Random.h:10
StrongholdStart
Definition
StrongholdStart.h:14
StrongholdStart::$vftable
static MCAPI void ** $vftable()
StructureStart
Definition
StructureStart.h:15
src-server
mc
world
level
levelgen
structure
StrongholdStart.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0