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& operator=(BlockVoxelShapesCullingComponent const&);
28 BlockVoxelShapesCullingComponent(BlockVoxelShapesCullingComponent const&);
29 BlockVoxelShapesCullingComponent();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI explicit BlockVoxelShapesCullingComponent(::HashedString const& occlusionShapeName);
35
36 MCAPI ::BlockVoxelShapesCullingComponent& operator=(::BlockVoxelShapesCullingComponent&&);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::HashedString const& occlusionShapeName);
43 // NOLINTEND
44};
Definition DenseEnumMap.h:8
Definition HashedString.h:5