LeviLamina
Loading...
Searching...
No Matches
BlockLootComponentDescription.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
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 1
31 virtual ::std::string const& getName() const /*override*/;
32
33 // vIndex: 2
34 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
35
36 // vIndex: 0
37 virtual ~BlockLootComponentDescription() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::std::string const& NameID();
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
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 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockLootComponentDescription.h:14
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14