LeviLamina
Loading...
Searching...
No Matches
MossStoneSelector.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/BlockSelector.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
Random
;
12
// clang-format on
13
14
class
MossStoneSelector
:
public
::BlockSelector
{
15
public
:
16
// MossStoneSelector inner types declare
17
// clang-format off
18
struct
LocalRegistry
;
19
// clang-format on
20
21
// MossStoneSelector inner types define
22
struct
LocalRegistry
{
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<8, 8>
mUnk927816;
27
::ll::UntypedStorage<8, 8>
mUnk5492bf;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
LocalRegistry
& operator=(
LocalRegistry
const
&);
33
LocalRegistry
(
LocalRegistry
const
&);
34
LocalRegistry
();
35
};
36
37
public
:
38
// member variables
39
// NOLINTBEGIN
40
::ll::UntypedStorage<8, 16>
mUnkd83ee1;
41
// NOLINTEND
42
43
public
:
44
// prevent constructor by default
45
MossStoneSelector
& operator=(
MossStoneSelector
const
&);
46
MossStoneSelector
(
MossStoneSelector
const
&);
47
MossStoneSelector
();
48
49
public
:
50
// virtual functions
51
// NOLINTBEGIN
52
// vIndex: 1
53
virtual ::Block
const
& next(
::Random
& random,
int
,
int
,
int
,
bool
)
const
/*override*/
;
54
55
// vIndex: 0
56
virtual
~MossStoneSelector
()
/*override*/
;
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
MCNAPI
void
$dtor
();
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
MCNAPI ::Block
const
&
$next
(
::Random
& random,
int
,
int
,
int
,
bool
)
const
;
69
// NOLINTEND
70
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCNAPI
static
void
**
$vftable
();
75
// NOLINTEND
76
};
BlockSelector
Definition
BlockSelector.h:11
Block
Definition
Block.h:38
MossStoneSelector
Definition
MossStoneSelector.h:14
MossStoneSelector::$vftable
static MCAPI void ** $vftable()
MossStoneSelector::$next
MCAPI::Block const & $next(::Random &random, int, int, int, bool) const
MossStoneSelector::$dtor
MCAPI void $dtor()
Random
Definition
Random.h:11
MossStoneSelector::LocalRegistry
Definition
MossStoneSelector.h:22
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
MossStoneSelector.h
Generated on Fri Jun 13 2025 05:05:20 for LeviLamina by
1.12.0