LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstancePackedBools.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 bool mFaceDimming : 1;
10 bool mRandomizeUVRotation : 1;
11 bool mSupportsTextureVariations : 1;
12 bool mAlphaMaskedTint : 1;
13 bool mDithering : 1;
14 // NOLINTEND
15
16#ifdef LL_PLAT_S
17public:
18 // prevent constructor by default
21
22#else // LL_PLAT_C
23#endif
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_S
28 MCAPI ::BlockMaterialInstancePackedBools& operator=(::BlockMaterialInstancePackedBools const& rhs);
29#endif
30 // NOLINTEND
31};
Definition BlockMaterialInstancePackedBools.h:5