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