LeviLamina
Loading...
Searching...
No Matches
SHFillerCorridor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/StrongholdPiece.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
SHFillerCorridor
:
public
::StrongholdPiece
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, int> steps;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual ::StructurePieceType getType()
const
/*override*/
;
28
29
virtual
bool
postProcess(
::BlockSource
& region,
::Random
&,
::BoundingBox
const
& chunkBB)
/*override*/
;
30
31
virtual
~SHFillerCorridor
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI static ::BoundingBox findPieceBox(
38
::std::vector<::std::unique_ptr<::StructurePiece>>& pieces,
39
::Random
&,
40
int
footX,
41
int
footY,
42
int
footZ,
43
int
direction
44
);
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI ::StructurePieceType $getType()
const
;
51
52
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
&,
::BoundingBox
const
& chunkBB);
53
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
Random
Definition
Random.h:10
SHFillerCorridor
Definition
SHFillerCorridor.h:17
SHFillerCorridor::$vftable
static MCAPI void ** $vftable()
StrongholdPiece
Definition
StrongholdPiece.h:16
StructurePiece
Definition
StructurePiece.h:18
src
mc
world
level
levelgen
structure
SHFillerCorridor.h
Generated on
for LeviLamina by
1.16.1