LeviLamina
Loading...
Searching...
No Matches
BlockVoxelShapesCullingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/DenseEnumMap.h"
7#include "mc/deps/core/string/HashedString.h"
8#include "mc/deps/shared_types/legacy/Facing.h"
9#include "mc/deps/voxel_shapes/RegistryHandle.h"
10
11struct BlockVoxelShapesCullingComponent {
12public:
13 // BlockVoxelShapesCullingComponent inner types define
15
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 48, ::HashedString> mOcclusionShapeName;
20 ::ll::TypedStorage<2, 2, ::VoxelShapes::RegistryHandle> mOcclusionShapeHandle;
21 ::ll::TypedStorage<2, 12, ::Bedrock::DenseEnumMap<::SharedTypes::Facing, ::VoxelShapes::RegistryHandle, 6>>
22 mOcclusionShapeHandlesByFace;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 BlockVoxelShapesCullingComponent();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI explicit BlockVoxelShapesCullingComponent(::HashedString const& occlusionShapeName);
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::HashedString const& occlusionShapeName);
39 // NOLINTEND
40};
Definition DenseEnumMap.h:9
Definition HashedString.h:5