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