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