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
26
virtual
~PillagerOutpostStart
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
void
createOutpost(
::Dimension
& dim,
::Random
& random,
int
x,
int
z);
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
bool
$postProcess(
::BlockSource
& region,
::Random
& random,
::BoundingBox
const
& chunkBB);
39
40
MCAPI
int
$getMaxYSpawnOffset()
const
;
41
42
MCAPI ::std::string_view $getStructureName()
const
;
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
BlockSource
Definition
BlockSource.h:68
BoundingBox
Definition
BoundingBox.h:13
Dimension
Definition
Dimension.h:85
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