LeviLamina
Loading...
Searching...
No Matches
SearchFeature.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
SearchFeature
:
public
::IFeature
{
14
public
:
15
// SearchFeature inner types define
16
enum class
SearchAxis :
int
{
17
NegativeX = 0,
18
PositiveX = 1,
19
NegativeY = 2,
20
PositiveY = 3,
21
NegativeZ = 4,
22
PositiveZ = 5,
23
};
24
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::UntypedStorage<8, 24>
mUnk51b175;
29
::ll::UntypedStorage<4, 24>
mUnk9a5d3d;
30
::ll::UntypedStorage<4, 4>
mUnk8f538b;
31
::ll::UntypedStorage<4, 4>
mUnk9c44bb;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
SearchFeature
& operator=(
SearchFeature
const
&);
37
SearchFeature
(
SearchFeature
const
&);
38
SearchFeature
();
39
40
public
:
41
// virtual functions
42
// NOLINTBEGIN
43
// vIndex: 0
44
virtual
~SearchFeature
()
/*override*/
=
default
;
45
46
// vIndex: 1
47
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCAPI
static
void
** $vftable();
66
// NOLINTEND
67
};
BlockPos
Definition
BlockPos.h:18
IFeature
Definition
IFeature.h:13
SearchFeature
Definition
SearchFeature.h:13
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
SearchFeature.h
Generated on Sat Apr 26 2025 05:56:26 for LeviLamina by
1.12.0