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
MCAPI ::StructurePieceType $getType()
const
;
34
35
MCAPI
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:66
BoundingBox
Definition
BoundingBox.h:13
OceanMonumentEntryRoom
Definition
OceanMonumentEntryRoom.h:16
OceanMonumentEntryRoom::$vftable
static MCAPI void ** $vftable()
OceanMonumentPiece
Definition
OceanMonumentPiece.h:18
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
structure
OceanMonumentEntryRoom.h
Generated on Sun Oct 12 2025 06:32:32 for LeviLamina by
1.12.0