LeviLamina
Loading...
Searching...
No Matches
IntProviderType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
IRandom
;
8
// clang-format on
9
10
struct
IntProviderType
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
// vIndex: 0
15
virtual
~IntProviderType
() =
default
;
16
17
// vIndex: 1
18
virtual
int
sample(
::IRandom
&)
const
= 0;
19
20
// vIndex: 2
21
virtual
int
maxValue()
const
= 0;
22
23
// vIndex: 3
24
virtual
int
minValue()
const
= 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
IRandom
Definition
IRandom.h:13
IntProviderType
Definition
IntProviderType.h:10
src-client
mc
world
level
levelgen
v2
providers
IntProviderType.h
Generated on Fri Dec 12 2025 16:34:35 for LeviLamina by
1.12.0