LeviLamina
Loading...
Searching...
No Matches
BlockEmbeddedVisualDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockGeometryDescription.h"
7#include "mc/world/level/block/components/BlockMaterialInstancesDescription.h"
8#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
15struct BlockEmbeddedVisualDescription : public ::NetworkedBlockComponentDescription<::BlockEmbeddedVisualDescription> {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 216, ::BlockGeometryDescription> mGeometry;
20 ::ll::TypedStorage<8, 144, ::BlockMaterialInstancesDescription> mMaterialInstances;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ::std::string const& getName() const /*override*/;
27
28 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
29
30 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
31
32 virtual ~BlockEmbeddedVisualDescription() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static ::std::string const& NameID();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI ::std::string const& $getName() const;
45
46 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
47
48 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
49
50
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition BlockComponentStorage.h:58
Definition NetworkedBlockComponentDescription.h:6
Definition BlockEmbeddedVisualDescription.h:15
static MCAPI void ** $vftable()