LeviLamina
Loading...
Searching...
No Matches
ItemVisualComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_10/block/GeometryComponent.h"
7#include "mc/deps/shared_types/v1_26_10/block/MaterialInstancesComponent.h"
8
9namespace SharedTypes::v1_26_10::BlockDefinition {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 192, ::SharedTypes::v1_26_10::BlockDefinition::GeometryComponent> mGeometry;
16 ::ll::TypedStorage<8, 128, ::SharedTypes::v1_26_10::BlockDefinition::MaterialInstancesComponent> mMaterialInstances;
17 // NOLINTEND
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::std::string_view const& GeometryId();
29
30 MCAPI static ::std::string_view const& MaterialInstancesId();
31
32 MCAPI static ::std::string_view const& NameId();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};
41
42} // namespace SharedTypes::v1_26_10::BlockDefinition