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
virtual
~BlockSelector
();
16
17
virtual ::Block
const
& next(
::Random
&,
int
,
int
,
int
,
bool
)
const
= 0;
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCFOLD
void
$dtor();
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
BlockSelector
Definition
BlockSelector.h:11
BlockSelector::$vftable
static MCAPI void ** $vftable()
Block
Definition
Block.h:43
Random
Definition
Random.h:10
src
mc
world
level
levelgen
structure
BlockSelector.h
Generated on
for LeviLamina by
1.16.1