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, 16>
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
// virtual function thunks
66
// NOLINTBEGIN
67
MCNAPI ::std::optional<::BlockPos>
$place
(
::IFeature::PlacementContext
const
&
context
)
const
;
68
// NOLINTEND
69
70
public
:
71
// vftables
72
// NOLINTBEGIN
73
MCNAPI
static
void
**
$vftable
();
74
// NOLINTEND
75
};
BlockPos
Definition
BlockPos.h:18
ConditionalListFeature
Definition
ConditionalListFeature.h:13
ConditionalListFeature::$place
MCAPI ::std::optional<::BlockPos > $place(::IFeature::PlacementContext const &context) const
ConditionalListFeature::$vftable
static MCAPI void ** $vftable()
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 Fri Jun 13 2025 05:05:18 for LeviLamina by
1.12.0