LeviLamina
Loading...
Searching...
No Matches
AzaleaTreeAndRootsFeature.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
AzaleaTreeAndRootsFeature
:
public
::Feature
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
20
21
virtual
~AzaleaTreeAndRootsFeature
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
bool
_isLushGroundReplaceable(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
28
29
MCAPI
bool
30
_tryPlaceAzaleaTree(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random, uint waterDepth)
const
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
AzaleaTreeAndRootsFeature
Definition
AzaleaTreeAndRootsFeature.h:15
AzaleaTreeAndRootsFeature::$vftable
static MCAPI void ** $vftable()
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Feature
Definition
Feature.h:18
Random
Definition
Random.h:10
src
mc
world
level
levelgen
feature
AzaleaTreeAndRootsFeature.h
Generated on
for LeviLamina by
1.16.1