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
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
33
// NOLINTEND
34
35
public
:
36
// static variables
37
// NOLINTBEGIN
38
MCAPI static ::std::string
const
& NameID();
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCAPI ::std::string
const
& $getName()
const
;
45
46
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
BlockComponentStorage
Definition
BlockComponentStorage.h:63
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