LeviLamina
Loading...
Searching...
No Matches
LabTableReactionComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockSource
;
8
class
LabTableReaction
;
9
// clang-format on
10
11
class
LabTableReactionComponent
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~LabTableReactionComponent
();
16
17
virtual
void
_onStart(
::LabTableReaction
& owner,
::BlockSource
& region);
18
19
virtual
void
_onTick(
::LabTableReaction
& owner,
::BlockSource
& region);
20
21
virtual
void
_onEnd(
::LabTableReaction
& owner,
::BlockSource
& region);
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCAPI
void
$dtor();
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCFOLD
void
$_onStart(
::LabTableReaction
& owner,
::BlockSource
& region);
34
35
MCFOLD
void
$_onTick(
::LabTableReaction
& owner,
::BlockSource
& region);
36
37
MCFOLD
void
$_onEnd(
::LabTableReaction
& owner,
::BlockSource
& region);
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
BlockSource
Definition
BlockSource.h:68
LabTableReactionComponent
Definition
LabTableReactionComponent.h:11
LabTableReactionComponent::$vftable
static MCAPI void ** $vftable()
LabTableReaction
Definition
LabTableReaction.h:17
src
mc
world
level
block
actor
LabTableReactionComponent.h
Generated on
for LeviLamina by
1.16.1