LeviLamina
Loading...
Searching...
No Matches
OceanMonumentSimpleRoom.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
OceanMonumentSimpleRoom
:
public
::OceanMonumentPiece
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<4, 4>
mUnk9e8558;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
OceanMonumentSimpleRoom
& operator=(
OceanMonumentSimpleRoom
const
&);
26
OceanMonumentSimpleRoom
(
OceanMonumentSimpleRoom
const
&);
27
OceanMonumentSimpleRoom
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 2
33
virtual ::StructurePieceType getType()
const
/*override*/
;
34
35
// vIndex: 4
36
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
37
38
// vIndex: 0
39
virtual
~OceanMonumentSimpleRoom
()
/*override*/
=
default
;
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCAPI ::StructurePieceType $getType()
const
;
52
53
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCAPI
static
void
** $vftable();
60
// NOLINTEND
61
};
BlockSource
Definition
BlockSource.h:67
BoundingBox
Definition
BoundingBox.h:18
OceanMonumentPiece
Definition
OceanMonumentPiece.h:18
OceanMonumentSimpleRoom
Definition
OceanMonumentSimpleRoom.h:16
Random
Definition
Random.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
OceanMonumentSimpleRoom.h
Generated on Sat Apr 26 2025 05:56:27 for LeviLamina by
1.12.0