LeviLamina
Loading...
Searching...
No Matches
UniformInt.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
// clang-format on
12
13
struct
UniformInt
:
public
::IntProviderType
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, int> mMinInclusive;
18
::ll::TypedStorage<4, 4, int> mMaxInclusive;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
int
sample(
::IRandom
& random)
const
/*override*/
;
25
26
virtual
int
maxValue()
const
/*override*/
;
27
28
virtual
int
minValue()
const
/*override*/
;
29
30
virtual
~UniformInt
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
int
$sample(
::IRandom
& random)
const
;
37
38
MCFOLD
int
$maxValue()
const
;
39
40
MCFOLD
int
$minValue()
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
IRandom
Definition
IRandom.h:13
IntProviderType
Definition
IntProviderType.h:10
UniformInt
Definition
UniformInt.h:13
UniformInt::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
levelgen
v2
providers
UniformInt.h
Generated on
for LeviLamina by
1.16.1