LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/DefinitionTrigger.h"
7
#include "mc/world/level/block/components/BlockComponentDescription.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockComponentStorage
;
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
struct
BlockRandomTickingDescription
:
public
::BlockComponentDescription
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual ::std::string
const
& getName()
const
/*override*/
;
26
27
virtual
void
initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
34
// NOLINTEND
35
36
public
:
37
// static variables
38
// NOLINTBEGIN
39
MCAPI static ::std::string
const
& NameID();
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::std::string
const
& $getName()
const
;
46
47
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
48
49
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
BlockComponentStorage
Definition
BlockComponentStorage.h:63
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockRandomTickingDescription
Definition
BlockRandomTickingDescription.h:15
BlockRandomTickingDescription::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
world
level
block
components
BlockRandomTickingDescription.h
Generated on
for LeviLamina by
1.16.1