LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstancePackedBools.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
BlockMaterialInstancePackedBools
{
6
public
:
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
17
public
:
18
// prevent constructor by default
19
BlockMaterialInstancePackedBools
(
BlockMaterialInstancePackedBools
const
&);
20
BlockMaterialInstancePackedBools
();
21
22
#else
// LL_PLAT_C
23
#endif
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
#ifdef LL_PLAT_S
28
MCAPI ::BlockMaterialInstancePackedBools& operator=(
::BlockMaterialInstancePackedBools
const
& rhs);
29
#endif
30
// NOLINTEND
31
};
BlockMaterialInstancePackedBools
Definition
BlockMaterialInstancePackedBools.h:5
src
mc
world
level
block
components
BlockMaterialInstancePackedBools.h
Generated on
for LeviLamina by
1.16.1