LeviLamina
Loading...
Searching...
No Matches
BlockFlowerPottableDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockComponentStorage
;
11
// clang-format on
12
13
struct
BlockFlowerPottableDescription
:
public
::NetworkedBlockComponentDescription
<::BlockFlowerPottableDescription> {
14
public
:
15
// prevent constructor by default
16
BlockFlowerPottableDescription
();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 1
22
virtual ::std::string
const
& getName()
const
/*override*/
;
23
24
// vIndex: 2
25
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
26
27
// vIndex: 4
28
virtual
void
initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
29
30
// vIndex: 0
31
virtual
~BlockFlowerPottableDescription
()
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
explicit
BlockFlowerPottableDescription
(
bool
hardcoded);
38
// NOLINTEND
39
40
public
:
41
// static variables
42
// NOLINTBEGIN
43
MCAPI static ::std::string
const
& NameID();
44
// NOLINTEND
45
46
public
:
47
// constructor thunks
48
// NOLINTBEGIN
49
MCAPI
void
* $ctor(
bool
hardcoded);
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
MCFOLD
void
$dtor();
56
// NOLINTEND
57
58
public
:
59
// virtual function thunks
60
// NOLINTBEGIN
61
MCAPI ::std::string
const
& $getName()
const
;
62
63
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
64
65
MCFOLD
void
$initializeComponentFromCode(
::BlockComponentStorage
& blockComponentStorage)
const
;
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCNAPI
static
void
**
$vftable
();
72
// NOLINTEND
73
};
BlockComponentStorage
Definition
BlockComponentStorage.h:53
NetworkedBlockComponentDescription
Definition
NetworkedBlockComponentDescription.h:6
BlockFlowerPottableDescription
Definition
BlockFlowerPottableDescription.h:13
BlockFlowerPottableDescription::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
level
block
components
BlockFlowerPottableDescription.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0