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