LeviLamina
Loading...
Searching...
No Matches
NBMonsterThrone.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
NBMonsterThrone
:
public
::NetherFortressPiece {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual ::StructurePieceType getType()
const
/*override*/
;
22
23
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
24
25
virtual
~NBMonsterThrone
()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI static ::std::unique_ptr<::NetherFortressPiece> createPiece(
32
::std::vector<::std::unique_ptr<::StructurePiece>>& pieces,
33
::Random
& random,
34
int
footX,
35
int
footY,
36
int
footZ,
37
int
direction,
38
int
genDepth
39
);
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::StructurePieceType $getType()
const
;
46
47
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
48
49
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
NBMonsterThrone
Definition
NBMonsterThrone.h:17
NBMonsterThrone::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructurePiece
Definition
StructurePiece.h:18
src
mc
world
level
levelgen
structure
NBMonsterThrone.h
Generated on
for LeviLamina by
1.16.1