LeviLamina
Loading...
Searching...
No Matches
SmoothStoneSelector.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
SmoothStoneSelector
:
public
::BlockSelector
{
15
public
:
16
// SmoothStoneSelector inner types declare
17
// clang-format off
18
struct
LocalRegistry
;
19
// clang-format on
20
21
// SmoothStoneSelector inner types define
22
struct
LocalRegistry
{
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<8, 8>
mUnk588583;
27
::ll::UntypedStorage<8, 8>
mUnke7b278;
28
::ll::UntypedStorage<8, 8>
mUnkb4a474;
29
::ll::UntypedStorage<8, 8>
mUnk7f506e;
30
::ll::UntypedStorage<8, 8>
mUnk1028ae;
31
// NOLINTEND
32
33
public
:
34
// prevent constructor by default
35
LocalRegistry
& operator=(
LocalRegistry
const
&);
36
LocalRegistry
(
LocalRegistry
const
&);
37
LocalRegistry
();
38
};
39
40
public
:
41
// member variables
42
// NOLINTBEGIN
43
::ll::UntypedStorage<8, 40>
mUnke44132;
44
// NOLINTEND
45
46
public
:
47
// prevent constructor by default
48
SmoothStoneSelector
& operator=(
SmoothStoneSelector
const
&);
49
SmoothStoneSelector
(
SmoothStoneSelector
const
&);
50
SmoothStoneSelector
();
51
52
public
:
53
// virtual functions
54
// NOLINTBEGIN
55
// vIndex: 1
56
virtual ::Block
const
& next(
::Random
& random,
int
,
int
,
int
,
bool
isEdge)
const
/*override*/
;
57
58
// vIndex: 0
59
virtual
~SmoothStoneSelector
()
/*override*/
;
60
// NOLINTEND
61
62
public
:
63
// destructor thunk
64
// NOLINTBEGIN
65
MCNAPI
void
$dtor
();
66
// NOLINTEND
67
68
public
:
69
// virtual function thunks
70
// NOLINTBEGIN
71
MCNAPI ::Block
const
&
$next
(
::Random
& random,
int
,
int
,
int
,
bool
isEdge)
const
;
72
// NOLINTEND
73
74
public
:
75
// vftables
76
// NOLINTBEGIN
77
MCNAPI
static
void
**
$vftable
();
78
// NOLINTEND
79
};
BlockSelector
Definition
BlockSelector.h:11
Block
Definition
Block.h:38
Random
Definition
Random.h:11
SmoothStoneSelector
Definition
SmoothStoneSelector.h:14
SmoothStoneSelector::$next
MCAPI::Block const & $next(::Random &random, int, int, int, bool isEdge) const
SmoothStoneSelector::$dtor
MCAPI void $dtor()
SmoothStoneSelector::$vftable
static MCAPI void ** $vftable()
SmoothStoneSelector::LocalRegistry
Definition
SmoothStoneSelector.h:22
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
levelgen
structure
SmoothStoneSelector.h
Generated on Fri Jun 13 2025 05:05:21 for LeviLamina by
1.12.0