LeviLamina
Loading...
Searching...
No Matches
ConstantInt.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/v2/providers/IntProviderType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
IRandom
;
11
struct
IntProvider
;
12
// clang-format on
13
14
struct
ConstantInt
:
public
::IntProviderType
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, int> mConstant;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
int
sample(
::IRandom
&)
const
/*override*/
;
25
26
virtual
int
maxValue()
const
/*override*/
;
27
28
virtual
int
minValue()
const
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI static ::IntProvider of(
int
value);
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCFOLD
int
$sample(
::IRandom
&)
const
;
41
42
MCFOLD
int
$maxValue()
const
;
43
44
MCFOLD
int
$minValue()
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
IRandom
Definition
IRandom.h:10
ConstantInt
Definition
ConstantInt.h:14
ConstantInt::$vftable
static MCAPI void ** $vftable()
IntProviderType
Definition
IntProviderType.h:10
IntProvider
Definition
IntProvider.h:15
src
mc
world
level
levelgen
v2
providers
ConstantInt.h
Generated on
for LeviLamina by
1.16.1