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
10
class
BlockComponentStorage
;
11
namespace
cereal {
struct
ReflectionCtx
; }
12
// clang-format on
13
14
struct
BlockReplaceableDescription :
public
::BlockComponentDescription
{
15
public
:
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
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI BlockReplaceableDescription();
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
35
// NOLINTEND
36
37
public
:
38
// static variables
39
// NOLINTBEGIN
40
MCAPI static ::std::string
const
& NameID();
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor();
47
// NOLINTEND
48
49
public
:
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
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
BlockComponentStorage
Definition
BlockComponentStorage.h:63
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockReplaceableDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
level
block
components
BlockReplaceableDescription.h
Generated on
for LeviLamina by
1.16.1