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