LeviLamina
Loading...
Searching...
No Matches
ILevelRandom.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
class
Random
;
9
// clang-format on
10
11
class
ILevelRandom
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual
~ILevelRandom
() =
default
;
17
18
// vIndex: 1
19
virtual ::IRandom& getIRandom() = 0;
20
21
// vIndex: 2
22
virtual ::Random& getRandom() = 0;
23
24
// vIndex: 3
25
virtual ::Random& getThreadRandom() = 0;
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
};
ILevelRandom
Definition
ILevelRandom.h:11
IRandom
Definition
IRandom.h:10
Random
Definition
Random.h:11
src
mc
world
level
ILevelRandom.h
Generated on Fri Jun 13 2025 05:05:18 for LeviLamina by
1.12.0