#include <content_mapblock.h>
Public Member Functions | |
| LightPair ()=default | |
| LightPair (u16 value) | |
| LightPair (u8 valueA, u8 valueB) | |
| LightPair (float valueA, float valueB) | |
| operator u16 () const | |
Public Attributes | |
| u8 | lightDay |
| u8 | lightNight |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
References lightDay, and lightNight.
| u8 LightPair::lightDay |
Referenced by MapblockMeshGenerator::getSmoothLightFrame(), lightDiff(), and operator u16().
| u8 LightPair::lightNight |
Referenced by MapblockMeshGenerator::getSmoothLightFrame(), lightDiff(), and operator u16().