LeviLamina
Loading...
Searching...
No Matches
BuriedTreasurePiece.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/StructurePiece.h"
7
#include "mc/world/level/levelgen/structure/StructurePieceType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
class
BlockSource
;
13
class
BoundingBox
;
14
class
Random
;
15
// clang-format on
16
17
class
BuriedTreasurePiece
:
public
::StructurePiece
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, int> mRadius;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual ::StructurePieceType getType()
const
/*override*/
;
28
29
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
30
31
virtual
~BuriedTreasurePiece
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
bool
_isCovered(
::BlockSource
const
& region,
::BlockPos
const
& blockPos)
const
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI ::StructurePieceType $getType()
const
;
44
45
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
46
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCNAPI
static
void
**
$vftable
();
54
// NOLINTEND
55
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
BuriedTreasurePiece
Definition
BuriedTreasurePiece.h:17
BuriedTreasurePiece::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructurePiece
Definition
StructurePiece.h:18
src
mc
world
level
levelgen
structure
BuriedTreasurePiece.h
Generated on
for LeviLamina by
1.16.1