LeviLamina
Loading...
Searching...
No Matches
GeodeFeature.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
GeodeFeature
:
public
::IFeature
{
14
public
:
15
// GeodeFeature inner types define
16
enum class
BlockType : uchar {
17
StandardSimple = 0,
18
Standard = 1,
19
ExtraSimple = 2,
20
Extra = 3,
21
Count = 4,
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::UntypedStorage<8, 184>
mUnk8f2b7a;
28
::ll::UntypedStorage<8, 184>
mUnk6b31c8;
29
::ll::UntypedStorage<8, 184>
mUnk19a2e4;
30
::ll::UntypedStorage<8, 184>
mUnk799316;
31
::ll::UntypedStorage<8, 184>
mUnk741344;
32
::ll::UntypedStorage<8, 24>
mUnkf09792;
33
::ll::UntypedStorage<4, 4>
mUnkc637e1;
34
::ll::UntypedStorage<4, 4>
mUnk8ab50d;
35
::ll::UntypedStorage<4, 4>
mUnk6cb927;
36
::ll::UntypedStorage<4, 4>
mUnkf315a5;
37
::ll::UntypedStorage<4, 4>
mUnka8fe44;
38
::ll::UntypedStorage<4, 4>
mUnkd4c3ac;
39
::ll::UntypedStorage<4, 4>
mUnk6e803f;
40
::ll::UntypedStorage<4, 4>
mUnkc0dc8d;
41
::ll::UntypedStorage<4, 4>
mUnkbe122e;
42
::ll::UntypedStorage<4, 4>
mUnk49061d;
43
::ll::UntypedStorage<4, 4>
mUnk71b372;
44
::ll::UntypedStorage<4, 4>
mUnk688d1e;
45
::ll::UntypedStorage<4, 4>
mUnk54d195;
46
::ll::UntypedStorage<1, 1>
mUnkb40fdf;
47
::ll::UntypedStorage<4, 4>
mUnk4f3ef1;
48
// NOLINTEND
49
50
public
:
51
// prevent constructor by default
52
GeodeFeature
& operator=(
GeodeFeature
const
&);
53
GeodeFeature
(
GeodeFeature
const
&);
54
55
public
:
56
// virtual functions
57
// NOLINTBEGIN
58
// vIndex: 1
59
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
60
61
// vIndex: 0
62
virtual
~GeodeFeature
()
/*override*/
=
default
;
63
// NOLINTEND
64
65
public
:
66
// member functions
67
// NOLINTBEGIN
68
MCAPI
GeodeFeature
();
69
// NOLINTEND
70
71
public
:
72
// constructor thunks
73
// NOLINTBEGIN
74
MCAPI
void
* $ctor();
75
// NOLINTEND
76
77
public
:
78
// destructor thunk
79
// NOLINTBEGIN
80
81
// NOLINTEND
82
83
public
:
84
// virtual function thunks
85
// NOLINTBEGIN
86
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
87
// NOLINTEND
88
89
public
:
90
// vftables
91
// NOLINTBEGIN
92
MCAPI
static
void
** $vftable();
93
// NOLINTEND
94
};
BlockPos
Definition
BlockPos.h:18
GeodeFeature
Definition
GeodeFeature.h:13
IFeature
Definition
IFeature.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
GeodeFeature.h
Generated on Sat Apr 26 2025 05:56:24 for LeviLamina by
1.12.0