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
virtual
~StrongholdStart()
/*override*/
=
default
;
29
30
virtual
bool
isValid()
const
/*override*/
;
31
32
virtual ::std::string_view getStructureName()
const
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI StrongholdStart(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
39
40
MCAPI
void
_initializePieceSet(
::Random
& random);
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor(
::Dimension
& dimension,
::Random
& random,
int
chunkX,
int
chunkZ);
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCFOLD
bool
$isValid()
const
;
53
54
MCAPI ::std::string_view $getStructureName()
const
;
55
56
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
Dimension
Definition
Dimension.h:85
Random
Definition
Random.h:10
StrongholdStart::$vftable
static MCAPI void ** $vftable()
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
StrongholdStart.h
Generated on
for LeviLamina by
1.16.1