LeviLamina
Loading...
Searching...
No Matches
BlockEntityFallOnConfigurationComponentDescription.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
class
BlockEntityFallOnConfigurationComponentDescription
:
public
::BlockComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, float> mMinimumFallDistance;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual ::std::string
const
& getName()
const
/*override*/
;
24
25
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
26
27
virtual
~BlockEntityFallOnConfigurationComponentDescription
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// static variables
32
// NOLINTBEGIN
33
MCAPI static ::std::string
const
& NameID();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI ::std::string
const
& $getName()
const
;
40
41
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
42
43
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
BlockComponentStorage
Definition
BlockComponentStorage.h:61
BlockEntityFallOnConfigurationComponentDescription
Definition
BlockEntityFallOnConfigurationComponentDescription.h:13
BlockEntityFallOnConfigurationComponentDescription::$vftable
static MCAPI void ** $vftable()
BlockComponentDescription
Definition
BlockComponentDescription.h:20
src
mc
world
level
block
components
BlockEntityFallOnConfigurationComponentDescription.h
Generated on
for LeviLamina by
1.16.1