LeviLamina
Loading...
Searching...
No Matches
LegacyForestFoliageFeature.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
FeatureRegistry
;
13
class
Random
;
14
// clang-format on
15
16
class
LegacyForestFoliageFeature
:
public
::Feature
{
17
public
:
18
// LegacyForestFoliageFeature inner types define
19
enum class
Type :
int
{
20
Flower = 0,
21
Normal = 1,
22
Roofed = 2,
23
};
24
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::UntypedStorage<4, 4>
mUnk243b32;
29
::ll::UntypedStorage<8, 24>
mUnkd69d25;
30
::ll::UntypedStorage<8, 24>
mUnk6ea174;
31
::ll::UntypedStorage<8, 24>
mUnkc610a9;
32
::ll::UntypedStorage<8, 24>
mUnk978e6f;
33
::ll::UntypedStorage<8, 24>
mUnk31e8bb;
34
::ll::UntypedStorage<8, 24>
mUnkb634d1;
35
::ll::UntypedStorage<8, 24>
mUnkd770a0;
36
// NOLINTEND
37
38
public
:
39
// prevent constructor by default
40
LegacyForestFoliageFeature
& operator=(
LegacyForestFoliageFeature
const
&);
41
LegacyForestFoliageFeature
(
LegacyForestFoliageFeature
const
&);
42
LegacyForestFoliageFeature
();
43
44
public
:
45
// virtual functions
46
// NOLINTBEGIN
47
// vIndex: 4
48
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
/*override*/
;
49
50
// vIndex: 0
51
virtual
~LegacyForestFoliageFeature
()
/*override*/
=
default
;
52
// NOLINTEND
53
54
public
:
55
// member functions
56
// NOLINTBEGIN
57
MCAPI
LegacyForestFoliageFeature
(::LegacyForestFoliageFeature::Type forestType,
::FeatureRegistry
& registry);
58
// NOLINTEND
59
60
public
:
61
// constructor thunks
62
// NOLINTBEGIN
63
MCAPI
void
* $ctor(::LegacyForestFoliageFeature::Type forestType,
::FeatureRegistry
& registry);
64
// NOLINTEND
65
66
public
:
67
// destructor thunk
68
// NOLINTBEGIN
69
70
// NOLINTEND
71
72
public
:
73
// virtual function thunks
74
// NOLINTBEGIN
75
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
;
76
// NOLINTEND
77
78
public
:
79
// vftables
80
// NOLINTBEGIN
81
MCAPI
static
void
** $vftable();
82
// NOLINTEND
83
};
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
FeatureRegistry
Definition
FeatureRegistry.h:18
Feature
Definition
Feature.h:18
LegacyForestFoliageFeature
Definition
LegacyForestFoliageFeature.h:16
Random
Definition
Random.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
LegacyForestFoliageFeature.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0