LeviLamina
Loading...
Searching...
No Matches
OceanMonumentPenthouse.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/OceanMonumentPiece.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
// clang-format on
15
16
class
OceanMonumentPenthouse
:
public
::OceanMonumentPiece {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual ::StructurePieceType getType()
const
/*override*/
;
21
22
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
23
24
virtual
void
postProcessMobsAt(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
25
26
virtual
~OceanMonumentPenthouse
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCAPI ::StructurePieceType $getType()
const
;
33
34
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
35
36
MCAPI
void
$postProcessMobsAt(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
OceanMonumentPenthouse
Definition
OceanMonumentPenthouse.h:16
OceanMonumentPenthouse::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src
mc
world
level
levelgen
structure
OceanMonumentPenthouse.h
Generated on
for LeviLamina by
1.16.1