LeviLamina
Loading...
Searching...
No Matches
OceanMonumentSimpleTopRoom.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
OceanMonumentSimpleTopRoom
:
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
~OceanMonumentSimpleTopRoom
()
/*override*/
=
default
;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
MCAPI ::StructurePieceType $getType()
const
;
31
32
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
33
34
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCNAPI
static
void
**
$vftable
();
41
// NOLINTEND
42
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
OceanMonumentSimpleTopRoom
Definition
OceanMonumentSimpleTopRoom.h:16
OceanMonumentSimpleTopRoom::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src
mc
world
level
levelgen
structure
OceanMonumentSimpleTopRoom.h
Generated on
for LeviLamina by
1.16.1