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