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