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
& chunkBB,
::BoundingBox
const
&)
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI static ::BoundingBox findPieceBox(
36
::std::vector<::std::unique_ptr<::StructurePiece>>& pieces,
37
::Random
& footX,
38
int
footY,
39
int
footZ,
40
int
direction,
41
int
42
);
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI ::StructurePieceType $getType()
const
;
49
50
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& chunkBB,
::BoundingBox
const
&);
51
52
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
BlockSource
Definition
BlockSource.h:73
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:21
src
mc
world
level
levelgen
structure
SHFillerCorridor.h
Generated on
for LeviLamina by
1.16.1