LeviLamina
Loading...
Searching...
No Matches
CachedComponentData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/common/Brightness.h"
7
#include "mc/world/level/block/BlockOcclusionType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
// clang-format on
13
14
struct
CachedComponentData
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, ::Brightness> mEmissiveBrightness;
19
::ll::TypedStorage<1, 1, bool> mIsSolid;
20
::ll::TypedStorage<4, 4, ::BlockOcclusionType> mOcclusionType;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
void
cacheComponentData(
::Block
const
& block);
27
// NOLINTEND
28
};
Block
Definition
Block.h:43
CachedComponentData
Definition
CachedComponentData.h:14
src
mc
world
level
block
CachedComponentData.h
Generated on
for LeviLamina by
1.16.1