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
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14struct BlockReplaceableDescription : public ::BlockComponentDescription {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ::std::string const& getName() const /*override*/;
19
20 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
21
22 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI BlockReplaceableDescription();
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::string const& NameID();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI ::std::string const& $getName() const;
53
54 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
55
56 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
57
58
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BlockComponentStorage.h:63
Definition BlockComponentDescription.h:20
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5