LeviLamina
Loading...
Searching...
No Matches
LocalLightConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // LocalLightConfig inner types declare
8 // clang-format off
11 // clang-format on
12
13 // LocalLightConfig inner types define
15 public:
16 // LocalLightConfigSettingsV0 inner types declare
17 // clang-format off
18 struct LocalLightSettings;
19 // clang-format on
20
21 // LocalLightConfigSettingsV0 inner types define
22 struct LocalLightSettings {};
23 };
24
26 public:
27 // LocalLightConfigSettingsV1 inner types declare
28 // clang-format off
29 struct BlockLightingData;
30 // clang-format on
31
32 // LocalLightConfigSettingsV1 inner types define
33 struct BlockLightingData {};
34 };
35};
Definition LocalLightConfig.h:5
Definition LocalLightConfig.h:24
Definition LocalLightConfig.h:85