LeviLamina
Loading...
Searching...
No Matches
RuntimeLightingManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8struct Brightness;
9// clang-format on
10
12public:
13 // RuntimeLightingManager inner types declare
14 // clang-format off
17 // clang-format on
18
19 // RuntimeLightingManager inner types define
21 public:
22 // member variables
23 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
35 };
36
38 public:
39 // member variables
40 // NOLINTBEGIN
42 // NOLINTEND
43
44 public:
45 // prevent constructor by default
49
50 public:
51 // member functions
52 // NOLINTBEGIN
54 // NOLINTEND
55
56 public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61 };
62
63public:
64 // member variables
65 // NOLINTBEGIN
73 // NOLINTEND
74
75public:
76 // prevent constructor by default
80
81public:
82 // virtual functions
83 // NOLINTBEGIN
84 // vIndex: 0
86 // NOLINTEND
87
88public:
89 // member functions
90 // NOLINTBEGIN
91 MCAPI void _getListOfChunksWithPlayerDistance();
92
93 MCAPI void _relightChunks(::std::chrono::nanoseconds timeLimit);
94
95 MCAPI void _removeProcessedSubchunks();
96
97 MCAPI void updateBlockLight(
98 ::BlockPos const& blockPos,
99 ::Brightness oldBrightness,
100 ::Brightness newBrightness,
101 ::Brightness oldAbsorption,
102 ::Brightness newAbsorption,
103 bool isSkyLight
104 );
105 // NOLINTEND
106
107public:
108 // destructor thunk
109 // NOLINTBEGIN
110 MCAPI void $dtor();
111 // NOLINTEND
112
113public:
114 // vftables
115 // NOLINTBEGIN
116 MCAPI static void** $vftable();
117 // NOLINTEND
118};
Definition BlockPos.h:18
Definition RuntimeLightingManager.h:11
Definition Brightness.h:8
Definition RuntimeLightingManager.h:20
Definition RuntimeLightingManager.h:37
Definition Alias.h:14