LeviLamina
Loading...
Searching...
No Matches
LegacyTreeFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/feature/IFeature.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
FeatureRegistry
;
12
// clang-format on
13
14
class
LegacyTreeFeature
:
public
::IFeature
{
15
public
:
16
// LegacyTreeFeature inner types define
17
enum class
Type :
int
{
18
BambooJungle = 0,
19
BirchForest = 1,
20
BirchForestMutated = 2,
21
ExtremeHillsPlusTrees = 3,
22
FlowerForest = 4,
23
Meadow = 5,
24
Forest = 6,
25
Ice = 7,
26
Jungle = 8,
27
JungleEdge = 9,
28
MesaForest = 10,
29
Plains = 11,
30
Savanna = 12,
31
SavannaMutated = 13,
32
Taiga = 14,
33
TaigaMega = 15,
34
TaigaMegaSpruce = 16,
35
};
36
37
public
:
38
// member variables
39
// NOLINTBEGIN
40
::ll::UntypedStorage<8, 40>
mUnke9ef65;
41
::ll::UntypedStorage<8, 24>
mUnk387478;
42
::ll::UntypedStorage<4, 4>
mUnk843ebb;
43
::ll::UntypedStorage<8, 24>
mUnk4ed60b;
44
::ll::UntypedStorage<8, 64>
mUnkd9a533;
45
// NOLINTEND
46
47
public
:
48
// prevent constructor by default
49
LegacyTreeFeature
& operator=(
LegacyTreeFeature
const
&);
50
LegacyTreeFeature
(
LegacyTreeFeature
const
&);
51
LegacyTreeFeature
();
52
53
public
:
54
// virtual functions
55
// NOLINTBEGIN
56
// vIndex: 1
57
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
58
59
// vIndex: 0
60
virtual
~LegacyTreeFeature
()
/*override*/
=
default
;
61
// NOLINTEND
62
63
public
:
64
// member functions
65
// NOLINTBEGIN
66
MCAPI
LegacyTreeFeature
(::LegacyTreeFeature::Type placementType,
::FeatureRegistry
& registry);
67
// NOLINTEND
68
69
public
:
70
// constructor thunks
71
// NOLINTBEGIN
72
MCAPI
void
* $ctor(::LegacyTreeFeature::Type placementType,
::FeatureRegistry
& registry);
73
// NOLINTEND
74
75
public
:
76
// destructor thunk
77
// NOLINTBEGIN
78
79
// NOLINTEND
80
81
public
:
82
// virtual function thunks
83
// NOLINTBEGIN
84
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
85
// NOLINTEND
86
87
public
:
88
// vftables
89
// NOLINTBEGIN
90
MCAPI
static
void
** $vftable();
91
// NOLINTEND
92
};
BlockPos
Definition
BlockPos.h:18
FeatureRegistry
Definition
FeatureRegistry.h:18
IFeature
Definition
IFeature.h:13
LegacyTreeFeature
Definition
LegacyTreeFeature.h:14
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
LegacyTreeFeature.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0