LeviLamina
Loading...
Searching...
No Matches
PillagerOutpostStart.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/StructureStart.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockSource
;
11
class
BoundingBox
;
12
class
Dimension
;
13
class
Random
;
14
// clang-format on
15
16
class
PillagerOutpostStart
:
public
::StructureStart
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
bool
postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB)
/*override*/
;
21
22
virtual
int
getMaxYSpawnOffset()
const
/*override*/
;
23
24
virtual ::std::string_view getStructureName()
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
void
createOutpost(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
37
38
MCAPI
int
$getMaxYSpawnOffset()
const
;
39
40
MCAPI ::std::string_view $getStructureName()
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
BlockSource
Definition
BlockSource.h:73
BoundingBox
Definition
BoundingBox.h:13
Dimension
Definition
Dimension.h:89
PillagerOutpostStart
Definition
PillagerOutpostStart.h:16
PillagerOutpostStart::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
PillagerOutpostStart.h
Generated on
for LeviLamina by
1.16.1