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
10class Random;
11// clang-format on
12
13class ServerLevelRandom : public ::LevelRandom {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ::Random& getThreadRandom() /*override*/;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ServerLevelRandom();
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCAPI void* $ctor();
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI ::Random& $getThreadRandom();
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition Random.h:10
static MCAPI void ** $vftable()