LeviLamina
Loading...
Searching...
No Matches
WeatherManagerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/world/level/IWeatherManagerProxy.h"
8
9// auto generated forward declare list
10// clang-format off
11class LevelData;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelData> const> mLevelData;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual float getRainLevel() const /*override*/;
26
27 // vIndex: 2
28 virtual float getLightningLevel() const /*override*/;
29
30 // vIndex: 3
31 virtual int getRainTime() const /*override*/;
32
33 // vIndex: 4
34 virtual int getLightningTime() const /*override*/;
35
36 // vIndex: 5
37 virtual void setRainLevel(float rainLevel) /*override*/;
38
39 // vIndex: 6
40 virtual void setLightningLevel(float lightningLevel) /*override*/;
41
42 // vIndex: 7
43 virtual void setRainTime(int rainTime) /*override*/;
44
45 // vIndex: 8
46 virtual void setLightningTime(int lightningTime) /*override*/;
47
48 // vIndex: 0
49 virtual ~WeatherManagerProxy() /*override*/ = default;
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI float $getRainLevel() const;
56
57 MCAPI float $getLightningLevel() const;
58
59 MCAPI int $getRainTime() const;
60
61 MCAPI int $getLightningTime() const;
62
63 MCAPI void $setRainLevel(float rainLevel);
64
65 MCAPI void $setLightningLevel(float lightningLevel);
66
67 MCAPI void $setRainTime(int rainTime);
68
69 MCAPI void $setLightningTime(int lightningTime);
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
Definition IWeatherManagerProxy.h:5
Definition LevelData.h:49
Definition WeatherManagerProxy.h:14
static MCAPI void ** $vftable()