LeviLamina
Loading...
Searching...
No Matches
BlockFlowerPottableDescription.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
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct BlockFlowerPottableDescription : public ::NetworkedBlockComponentDescription<::BlockFlowerPottableDescription> {
14public:
15 // prevent constructor by default
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 1
22 virtual ::std::string const& getName() const /*override*/;
23
24 // vIndex: 2
25 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
26
27 // vIndex: 4
28 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
29
30 // vIndex: 0
31 virtual ~BlockFlowerPottableDescription() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI explicit BlockFlowerPottableDescription(bool hardcoded);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCAPI static ::std::string const& NameID();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(bool hardcoded);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCFOLD void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI ::std::string const& $getName() const;
62
63 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
64
65 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition BlockComponentStorage.h:53
Definition NetworkedBlockComponentDescription.h:6
Definition BlockFlowerPottableDescription.h:13
static MCAPI void ** $vftable()