LeviLamina
Loading...
Searching...
No Matches
RenderChunkVisibilityBuilder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/chunks/VisibilityNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mAllDark;
19 ::ll::TypedStorage<1, 1, bool> mSkyLit;
20 ::ll::TypedStorage<1, 6, ::VisibilityNode> mVisibility;
21 ::ll::TypedStorage<1, 1, bool> mEmpty;
22 ::ll::TypedStorage<8, 8, ::BlockSource&> mSource;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI void buildVisibilityData(::RenderChunkShared& renderChunkShared);
35 // NOLINTEND
36};
Definition BlockSource.h:63
Definition RenderChunkVisibilityBuilder.h:14
MCAPI void buildVisibilityData(::RenderChunkShared &renderChunkShared)
Definition RenderChunkShared.h:5