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
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 2576, ::Random> mRandom;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual ::IRandom& getIRandom() /*override*/;
26
27 // vIndex: 2
28 virtual ::Random& getRandom() /*override*/;
29
30 // vIndex: 3
31 virtual ::Random& getThreadRandom() /*override*/;
32
33 // vIndex: 0
34 virtual ~LevelRandom() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCFOLD ::IRandom& $getIRandom();
41
42 MCFOLD ::Random& $getRandom();
43
44 MCFOLD ::Random& $getThreadRandom();
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition ILevelRandom.h:11
Definition IRandom.h:13
Definition LevelRandom.h:14
static MCAPI void ** $vftable()