LeviLamina
Loading...
Searching...
No Matches
LevelRandom.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Random.h"
7#include "mc/world/level/ILevelRandom.h"
8
9// auto generated forward declare list
10// clang-format off
11class IRandom;
12// clang-format on
13
14class LevelRandom : public ::ILevelRandom {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 2544, ::Random> mRandom;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ::IRandom& getIRandom() /*override*/;
25
26 virtual ::Random& getRandom() /*override*/;
27
28 virtual ::Random& getThreadRandom() /*override*/;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI LevelRandom();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCFOLD ::IRandom& $getIRandom();
47
48 MCFOLD ::Random& $getRandom();
49
50 MCFOLD ::Random& $getThreadRandom();
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition ILevelRandom.h:11
Definition IRandom.h:10
static MCAPI void ** $vftable()