LeviLamina
Loading...
Searching...
No Matches
MineshaftRoom.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/MineshaftPiece.h"
7
#include "mc/world/level/levelgen/structure/StructurePieceType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockSource
;
12
class
BoundingBox
;
13
class
Random
;
14
class
StructurePiece
;
15
// clang-format on
16
17
class
MineshaftRoom
:
public
::MineshaftPiece
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 24>
mUnk46bf84;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
MineshaftRoom
& operator=(
MineshaftRoom
const
&);
27
MineshaftRoom
(
MineshaftRoom
const
&);
28
MineshaftRoom
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 2
34
virtual ::StructurePieceType getType()
const
/*override*/
;
35
36
// vIndex: 3
37
virtual
void
addChildren(
38
::StructurePiece
& startPiece,
39
::std::vector<::std::unique_ptr<::StructurePiece>>& pieces,
40
::Random
& random
41
)
/*override*/
;
42
43
// vIndex: 4
44
virtual
bool
postProcess(
::BlockSource
& region,
::Random
&,
::BoundingBox
const
& chunkBB)
/*override*/
;
45
46
// vIndex: 1
47
virtual
void
moveBoundingBox(
int
dx,
int
dy,
int
dz)
/*override*/
;
48
49
// vIndex: 0
50
virtual
~MineshaftRoom
()
/*override*/
=
default
;
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
57
// NOLINTEND
58
59
public
:
60
// virtual function thunks
61
// NOLINTBEGIN
62
MCAPI ::StructurePieceType $getType()
const
;
63
64
MCAPI
void
$addChildren(
65
::StructurePiece
& startPiece,
66
::std::vector<::std::unique_ptr<::StructurePiece>>& pieces,
67
::Random
& random
68
);
69
70
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
&,
::BoundingBox
const
& chunkBB);
71
72
MCAPI
void
$moveBoundingBox(
int
dx,
int
dy,
int
dz);
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCAPI
static
void
** $vftable();
79
// NOLINTEND
80
};
BlockSource
Definition
BlockSource.h:67
BoundingBox
Definition
BoundingBox.h:18
MineshaftPiece
Definition
MineshaftPiece.h:17
MineshaftRoom
Definition
MineshaftRoom.h:17
Random
Definition
Random.h:16
StructurePiece
Definition
StructurePiece.h:18
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
MineshaftRoom.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0