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