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
11
class
BlockComponentStorage
;
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
struct
BlockLootComponentDescription
:
public
::BlockComponentDescription
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 32, ::SharedTypes::FileReference<17>> mLootTable;
20
// NOLINTEND
21
22
public
:
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
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCAPI static ::std::string
const
& NameID();
42
// NOLINTEND
43
44
public
:
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
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
BlockComponentStorage
Definition
BlockComponentStorage.h:58
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockLootComponentDescription
Definition
BlockLootComponentDescription.h:15
BlockLootComponentDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
level
block
components
BlockLootComponentDescription.h
Generated on
for LeviLamina by
1.16.1