LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingComponent.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/IBlockComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
BlockEvents {
class
BlockRandomTickLegacyEvent
; }
12
// clang-format on
13
14
struct
BlockRandomTickingComponent
:
public
::IBlockComponent
{
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
~BlockRandomTickingComponent
() =
default
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
void
onEvent(
::BlockEvents::BlockRandomTickLegacyEvent
const
& eventData)
const
;
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
BlockEvents::BlockRandomTickLegacyEvent
Definition
BlockRandomTickLegacyEvent.h:18
BlockRandomTickingComponent
Definition
BlockRandomTickingComponent.h:14
BlockRandomTickingComponent::$vftable
static MCAPI void ** $vftable()
IBlockComponent
Definition
IBlockComponent.h:5
src
mc
world
level
block
components
BlockRandomTickingComponent.h
Generated on
for LeviLamina by
1.16.1