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
// 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: 0
27
virtual
~OceanMonumentEntryRoom
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCNAPI ::StructurePieceType
$getType
()
const
;
34
35
MCNAPI
bool
$postProcess
(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
BlockSource
Definition
BlockSource.h:67
BoundingBox
Definition
BoundingBox.h:13
OceanMonumentEntryRoom
Definition
OceanMonumentEntryRoom.h:16
OceanMonumentEntryRoom::$getType
MCAPI::StructurePieceType $getType() const
OceanMonumentEntryRoom::$vftable
static MCAPI void ** $vftable()
OceanMonumentEntryRoom::$postProcess
MCAPI bool $postProcess(::BlockSource ®ion, ::Random &random, ::BoundingBox const &chunkBB)
OceanMonumentPiece
Definition
OceanMonumentPiece.h:18
Random
Definition
Random.h:11
src
mc
world
level
levelgen
structure
OceanMonumentEntryRoom.h
Generated on Fri Jun 13 2025 05:05:20 for LeviLamina by
1.12.0