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/deps/core/container/small_vector.h"
7
#include "mc/world/level/levelgen/feature/IFeature.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
class
BlockSource
;
13
class
Random
;
14
// clang-format on
15
16
class
MultifaceFeature
:
public
::IFeature
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 184>
mUnk78b3a5;
21
::ll::UntypedStorage<4, 4>
mUnk15d416;
22
::ll::UntypedStorage<1, 1>
mUnk586697;
23
::ll::UntypedStorage<1, 1>
mUnk9bd694;
24
::ll::UntypedStorage<1, 1>
mUnk31ba0b;
25
::ll::UntypedStorage<4, 4>
mUnk953900;
26
::ll::UntypedStorage<8, 24>
mUnkda9de5;
27
::ll::UntypedStorage<8, 24>
mUnk696bc6;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
MultifaceFeature
& operator=(
MultifaceFeature
const
&);
33
MultifaceFeature
(
MultifaceFeature
const
&);
34
MultifaceFeature
();
35
36
public
:
37
// virtual functions
38
// NOLINTBEGIN
39
// vIndex: 1
40
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
41
42
// vIndex: 0
43
virtual
~MultifaceFeature
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// member functions
48
// NOLINTBEGIN
49
MCNAPI ::std::optional<::BlockPos>
_placeBlockIfPossible
(
50
::BlockSource
& region,
51
::BlockPos
const
& pos,
52
::Random
& random,
53
::gsl::span<uchar const> placementDirections
54
)
const
;
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
MCNAPI ::std::optional<::BlockPos>
$place
(
::IFeature::PlacementContext
const
&
context
)
const
;
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCNAPI
static
void
**
$vftable
();
67
// NOLINTEND
68
};
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
IFeature
Definition
IFeature.h:13
MultifaceFeature
Definition
MultifaceFeature.h:16
MultifaceFeature::$vftable
static MCAPI void ** $vftable()
MultifaceFeature::$place
MCAPI ::std::optional<::BlockPos > $place(::IFeature::PlacementContext const &context) const
MultifaceFeature::_placeBlockIfPossible
MCAPI ::std::optional<::BlockPos > _placeBlockIfPossible(::BlockSource ®ion, ::BlockPos const &pos, ::Random &random, ::gsl::span< uchar const > placementDirections) const
Random
Definition
Random.h:11
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 Fri Jun 13 2025 05:05:19 for LeviLamina by
1.12.0