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
& chunkBB,
::BoundingBox
const
&)
/*override*/
;
23
24
virtual
void
postProcessMobsAt(
::BlockSource
& region,
::Random
& chunkBB,
::BoundingBox
const
&)
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
MCAPI ::StructurePieceType $getType()
const
;
31
32
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& chunkBB,
::BoundingBox
const
&);
33
34
MCAPI
void
$postProcessMobsAt(
::BlockSource
& region,
::Random
& chunkBB,
::BoundingBox
const
&);
35
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
BlockSource
Definition
BlockSource.h:73
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