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
// vIndex: 2
21
virtual ::StructurePieceType getType()
const
/*override*/
;
22
23
// vIndex: 4
24
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
25
26
// vIndex: 5
27
virtual
void
postProcessMobsAt(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
28
29
// vIndex: 0
30
virtual
~OceanMonumentPenthouse
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI ::StructurePieceType $getType()
const
;
43
44
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
45
46
MCAPI
void
$postProcessMobsAt(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCAPI
static
void
** $vftable();
53
// NOLINTEND
54
};
BlockSource
Definition
BlockSource.h:67
BoundingBox
Definition
BoundingBox.h:18
OceanMonumentPenthouse
Definition
OceanMonumentPenthouse.h:16
OceanMonumentPiece
Definition
OceanMonumentPiece.h:18
Random
Definition
Random.h:16
src
mc
world
level
levelgen
structure
OceanMonumentPenthouse.h
Generated on Sat Apr 26 2025 05:56:27 for LeviLamina by
1.12.0