LeviLamina
Loading...
Searching...
No Matches
BlockSupportDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7#include "mc/world/level/block/components/SupportShape.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
14struct BlockSupportDescription : public ::NetworkedBlockComponentDescription<::BlockSupportDescription> {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::SupportShape> mShape;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 1
29 virtual ::std::string const& getName() const /*override*/;
30
31 // vIndex: 2
32 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
33
34 // vIndex: 4
35 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
36
37 // vIndex: 0
38 virtual ~BlockSupportDescription() /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI explicit BlockSupportDescription(::SupportShape shapeType);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::std::string const& NameID();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(::SupportShape shapeType);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCFOLD void $dtor();
63 // NOLINTEND
64
65public:
66 // virtual function thunks
67 // NOLINTBEGIN
68 MCAPI ::std::string const& $getName() const;
69
70 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
71
72 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
Definition BlockComponentStorage.h:56
Definition NetworkedBlockComponentDescription.h:6
Definition BlockSupportDescription.h:14
static MCAPI void ** $vftable()