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
// destructor thunk
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI ::StructurePieceType $getType()
const
;
40
41
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCAPI
static
void
** $vftable();
48
// NOLINTEND
49
};
BlockSource
Definition
BlockSource.h:67
BoundingBox
Definition
BoundingBox.h:18
OceanMonumentEntryRoom
Definition
OceanMonumentEntryRoom.h:16
OceanMonumentPiece
Definition
OceanMonumentPiece.h:18
Random
Definition
Random.h:16
src
mc
world
level
levelgen
structure
OceanMonumentEntryRoom.h
Generated on Sat Apr 26 2025 05:56:27 for LeviLamina by
1.12.0