LeviLamina
Loading...
Searching...
No Matches
MultifaceFeature.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
class
BlockSource
;
12
class
Random
;
13
// clang-format on
14
15
class
MultifaceFeature
:
public
::IFeature
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 184>
mUnk78b3a5;
20
::ll::UntypedStorage<4, 4>
mUnk15d416;
21
::ll::UntypedStorage<1, 1>
mUnk586697;
22
::ll::UntypedStorage<1, 1>
mUnk9bd694;
23
::ll::UntypedStorage<1, 1>
mUnk31ba0b;
24
::ll::UntypedStorage<4, 4>
mUnk953900;
25
::ll::UntypedStorage<8, 24>
mUnkda9de5;
26
::ll::UntypedStorage<8, 24>
mUnk696bc6;
27
// NOLINTEND
28
29
public
:
30
// prevent constructor by default
31
MultifaceFeature
& operator=(
MultifaceFeature
const
&);
32
MultifaceFeature
(
MultifaceFeature
const
&);
33
MultifaceFeature
();
34
35
public
:
36
// virtual functions
37
// NOLINTBEGIN
38
// vIndex: 1
39
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
40
41
// vIndex: 0
42
virtual
~MultifaceFeature
()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCAPI ::std::optional<::BlockPos> _placeBlockIfPossible(
49
::BlockSource
& region,
50
::BlockPos
const
& pos,
51
::Random
& random,
52
::std::vector<uchar>
const
& placementDirections
53
)
const
;
54
// NOLINTEND
55
56
public
:
57
// static functions
58
// NOLINTBEGIN
59
MCAPI static ::std::vector<uchar> _getShuffledDirections(::std::vector<uchar> faces);
60
61
MCAPI static ::std::vector<uchar> _getShuffledDirectionsExcept(uchar exclude, ::std::vector<uchar>
const
& faces);
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
BlockSource
Definition
BlockSource.h:67
IFeature
Definition
IFeature.h:13
MultifaceFeature
Definition
MultifaceFeature.h:15
Random
Definition
Random.h:16
IFeature::PlacementContext
Definition
IFeature.h:21
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
feature
MultifaceFeature.h
Generated on Sat Apr 26 2025 05:56:25 for LeviLamina by
1.12.0