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
// vIndex: 1
25
virtual
int
sample(
::IRandom
& random)
const
/*override*/
;
26
27
// vIndex: 2
28
virtual
int
maxValue()
const
/*override*/
;
29
30
// vIndex: 3
31
virtual
int
minValue()
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~UniformInt
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
int
$sample(
::IRandom
& random)
const
;
41
42
MCFOLD
int
$maxValue()
const
;
43
44
MCFOLD
int
$minValue()
const
;
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
IRandom
Definition
IRandom.h:13
IntProviderType
Definition
IntProviderType.h:10
UniformInt
Definition
UniformInt.h:13
UniformInt::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
level
levelgen
v2
providers
UniformInt.h
Generated on Tue Nov 25 2025 04:01:34 for LeviLamina by
1.12.0