LeviLamina
Loading...
Searching...
No Matches
BlockSelector.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
Random
;
9
// clang-format on
10
11
class
BlockSelector
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual
~BlockSelector
();
17
18
// vIndex: 1
19
virtual ::Block
const
& next(
::Random
&,
int
,
int
,
int
,
bool
)
const
= 0;
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
MCNAPI
void
$dtor
();
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
BlockSelector
Definition
BlockSelector.h:11
BlockSelector::$vftable
static MCAPI void ** $vftable()
BlockSelector::$dtor
MCAPI void $dtor()
Block
Definition
Block.h:38
Random
Definition
Random.h:11
src
mc
world
level
levelgen
structure
BlockSelector.h
Generated on Fri Jun 13 2025 05:05:20 for LeviLamina by
1.12.0