LeviLamina
Loading...
Searching...
No Matches
WaterlilyFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/Feature.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
BlockSource
;
12
class
Random
;
13
// clang-format on
14
15
class
WaterlilyFeature
:
public
::Feature
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
&)
const
/*override*/
;
20
21
virtual
~WaterlilyFeature
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
&)
const
;
28
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Feature
Definition
Feature.h:18
Random
Definition
Random.h:10
WaterlilyFeature
Definition
WaterlilyFeature.h:15
WaterlilyFeature::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
levelgen
feature
WaterlilyFeature.h
Generated on
for LeviLamina by
1.16.1