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
7class BlockSource;
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
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
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCAPI void $dtor();
28 // NOLINTEND
29
30public:
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
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BlockSource.h:68
Definition LabTableReactionComponent.h:11
static MCAPI void ** $vftable()
Definition LabTableReaction.h:17