LeviLamina
Loading...
Searching...
No Matches
BlockGeometryComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/level/block/components/BlockGeometryDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace ClientBlockPipeline { struct BlockSchematic; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 48, ::HashedString> mGeometryName;
20 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ClientBlockPipeline::BlockSchematic>> mBlockSchematic;
21 ::ll::TypedStorage<1, 1, bool> mNeedsLegacyTopRotation;
22 ::ll::TypedStorage<1, 1, bool> mUseLegacyBlockLightAbsorption;
23 ::ll::TypedStorage<8, 48, ::HashedString> mCullingLayer;
24 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::BlockGeometryDescription::SharedInitializationData>>
25 mSharedInitializationData;
26 ::ll::TypedStorage<1, 1, bool> mIsFullBlock;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCNAPI explicit BlockGeometryComponent(::BlockGeometryDescription const& blockGeometryDescription);
39
40 MCNAPI ::BlockGeometryComponent& operator=(::BlockGeometryComponent&&);
41
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::BlockGeometryDescription const& blockGeometryDescription);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
Definition BlockGeometryComponent.h:15
MCAPI::BlockGeometryComponent & operator=(::BlockGeometryComponent &&)
MCAPI BlockGeometryComponent(::BlockGeometryDescription const &blockGeometryDescription)
MCAPI void * $ctor(::BlockGeometryDescription const &blockGeometryDescription)
Definition BlockGeometryDescription.h:16