LeviLamina
Loading...
Searching...
No Matches
ServerLevelRandom.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/LevelRandom.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Random
;
11
// clang-format on
12
13
class
ServerLevelRandom :
public
::LevelRandom {
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual ::Random& getThreadRandom()
/*override*/
;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI ServerLevelRandom();
24
// NOLINTEND
25
26
public
:
27
// constructor thunks
28
// NOLINTBEGIN
29
MCAPI
void
* $ctor();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI ::Random& $getThreadRandom();
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
Random
Definition
Random.h:10
ServerLevelRandom::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
ServerLevelRandom.h
Generated on
for LeviLamina by
1.16.1