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