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
// vIndex: 4
20
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
21
22
// vIndex: 0
23
virtual
~AzaleaTreeAndRootsFeature
()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
bool
_isLushGroundReplaceable(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
30
31
MCAPI
bool
32
_tryPlaceAzaleaTree(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random, uint waterDepth)
const
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
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:17
BlockSource
Definition
BlockSource.h:66
Feature
Definition
Feature.h:18
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
feature
AzaleaTreeAndRootsFeature.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0