LeviLamina
Loading...
Searching...
No Matches
BlockSchematicPart.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/block/culling/BlockCullingData.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ClientBlockPipeline { struct BoxSchematic; }
11// clang-format on
12
13namespace ClientBlockPipeline {
14
15struct BlockSchematicPart {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::ClientBlockPipeline::BoxSchematic>> mBoxes;
20 ::ll::TypedStorage<8, 32, ::std::string> mName;
21 ::ll::TypedStorage<1, 1, uchar> mCullPart;
22 ::ll::TypedStorage<1, 2, ::std::optional<::BlockCullingData::CullingRule::Condition>> mCullCondition;
23 ::ll::TypedStorage<1, 1, bool> mCullAgainstFullAndOpaque;
24 // NOLINTEND
25};
26
27} // namespace ClientBlockPipeline
Definition BlockSchematicPart.h:7
Definition BoxSchematic.h:7