LeviLamina
Loading...
Searching...
No Matches
ConditionalListFeature.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
// clang-format on
12
13
class
ConditionalListFeature
:
public
::IFeature
{
14
public
:
15
// ConditionalListFeature inner types declare
16
// clang-format off
17
struct
FeatureExpressionNodePair
;
18
// clang-format on
19
20
// ConditionalListFeature inner types define
21
enum class
EarlyOutScheme :
int
{
22
ConditionSuccess = 0,
23
PlacementSuccess = 1,
24
};
25
26
struct
FeatureExpressionNodePair
{
27
public
:
28
// member variables
29
// NOLINTBEGIN
30
::ll::UntypedStorage<8, 24>
mUnk1490ae;
31
::ll::UntypedStorage<8, 216>
mUnk3ca238;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
FeatureExpressionNodePair
& operator=(
FeatureExpressionNodePair
const
&);
37
FeatureExpressionNodePair
(
FeatureExpressionNodePair
const
&);
38
FeatureExpressionNodePair
();
39
};
40
41
public
:
42
// member variables
43
// NOLINTBEGIN
44
::ll::UntypedStorage<8, 24>
mUnk8b5713;
45
::ll::UntypedStorage<4, 4>
mUnk184fb9;
46
// NOLINTEND
47
48
public
:
49
// prevent constructor by default
50
ConditionalListFeature
& operator=(
ConditionalListFeature
const
&);
51
ConditionalListFeature
(
ConditionalListFeature
const
&);
52
ConditionalListFeature
();
53
54
public
:
55
// virtual functions
56
// NOLINTBEGIN
57
// vIndex: 0
58
virtual
~ConditionalListFeature
()
/*override*/
=
default
;
59
60
// vIndex: 1
61
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
62
// NOLINTEND
63
64
public
:
65
// destructor thunk
66
// NOLINTBEGIN
67
68
// NOLINTEND
69
70
public
:
71
// virtual function thunks
72
// NOLINTBEGIN
73
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCAPI
static
void
** $vftable();
80
// NOLINTEND
81
};
BlockPos
Definition
BlockPos.h:18
ConditionalListFeature
Definition
ConditionalListFeature.h:13
IFeature
Definition
IFeature.h:13
ConditionalListFeature::FeatureExpressionNodePair
Definition
ConditionalListFeature.h:26
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
ConditionalListFeature.h
Generated on Sat Apr 26 2025 05:56:24 for LeviLamina by
1.12.0