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
// vIndex: 1
24
virtual ::std::string
const
& getName()
const
/*override*/
;
25
26
// vIndex: 2
27
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
28
29
// vIndex: 0
30
virtual
~BlockEntityFallOnConfigurationComponentDescription
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// static variables
35
// NOLINTBEGIN
36
MCAPI static ::std::string
const
& NameID();
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCAPI ::std::string
const
& $getName()
const
;
43
44
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
BlockComponentStorage
Definition
BlockComponentStorage.h:53
BlockEntityFallOnConfigurationComponentDescription
Definition
BlockEntityFallOnConfigurationComponentDescription.h:13
BlockEntityFallOnConfigurationComponentDescription::$vftable
static MCAPI void ** $vftable()
BlockComponentDescription
Definition
BlockComponentDescription.h:20
src-server
mc
world
level
block
components
BlockEntityFallOnConfigurationComponentDescription.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0