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/deps/shared_types/util/FileReference.h"
7#include "mc/world/level/block/components/BlockComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::SharedTypes::FileReference<17>> mLootTable;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ::std::string const& getName() const /*override*/;
26
27 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
28
29 virtual ~BlockLootComponentDescription() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::string const& NameID();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI ::std::string const& $getName() const;
48
49 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition BlockComponentStorage.h:58
Definition BlockComponentDescription.h:20
Definition BlockLootComponentDescription.h:15
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5