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
// clang-format on
13
14
struct
BlockRandomTickingDescription
:
public
::BlockComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
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
~BlockRandomTickingDescription
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// static variables
33
// NOLINTBEGIN
34
MCAPI static ::std::string
const
& NameID();
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI ::std::string
const
& $getName()
const
;
41
42
MCAPI
void
$initializeComponent(
::BlockComponentStorage
& blockComponentStorage)
const
;
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
BlockComponentStorage
Definition
BlockComponentStorage.h:58
BlockComponentDescription
Definition
BlockComponentDescription.h:20
BlockRandomTickingDescription
Definition
BlockRandomTickingDescription.h:14
BlockRandomTickingDescription::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
components
BlockRandomTickingDescription.h
Generated on
for LeviLamina by
1.16.1