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