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::TypedStorage<8, 8, ::Block const*> mCobblestone;
27
::ll::TypedStorage<8, 8, ::Block const*> mMossyCobblestone;
28
// NOLINTEND
29
};
30
31
public
:
32
// member variables
33
// NOLINTBEGIN
34
::ll::TypedStorage<8, 16, ::MossStoneSelector::LocalRegistry> mLocalRegistry;
35
// NOLINTEND
36
37
public
:
38
// prevent constructor by default
39
MossStoneSelector();
40
41
public
:
42
// virtual functions
43
// NOLINTBEGIN
44
virtual ::Block
const
& next(
::Random
& random,
int
,
int
,
int
,
bool
)
const
/*override*/
;
45
// NOLINTEND
46
47
public
:
48
// member functions
49
// NOLINTBEGIN
50
MCAPI MossStoneSelector(
::Block
const
* cobblestone,
::Block
const
* mossyCobblestone);
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCAPI
void
* $ctor(
::Block
const
* cobblestone,
::Block
const
* mossyCobblestone);
57
// NOLINTEND
58
59
public
:
60
// virtual function thunks
61
// NOLINTBEGIN
62
MCAPI ::Block
const
& $next(
::Random
& random,
int
,
int
,
int
,
bool
)
const
;
63
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
BlockSelector
Definition
BlockSelector.h:11
Block
Definition
Block.h:69
MossStoneSelector::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
MossStoneSelector::LocalRegistry
Definition
MossStoneSelector.h:22
src
mc
world
level
levelgen
structure
MossStoneSelector.h
Generated on
for LeviLamina by
1.16.1