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
() =
default
;
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
// virtual function thunks
26
// NOLINTBEGIN
27
MCFOLD
void
$_onStart(
::LabTableReaction
& owner,
::BlockSource
& region);
28
29
MCFOLD
void
$_onTick(
::LabTableReaction
& owner,
::BlockSource
& region);
30
31
32
// NOLINTEND
33
};
BlockSource
Definition
BlockSource.h:73
LabTableReactionComponent
Definition
LabTableReactionComponent.h:11
LabTableReaction
Definition
LabTableReaction.h:17
src
mc
world
level
block
actor
LabTableReactionComponent.h
Generated on
for LeviLamina by
1.16.1