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
15 // vIndex: 0
17
18 // vIndex: 1
19 virtual void _onStart(::LabTableReaction& owner, ::BlockSource& region);
20
21 // vIndex: 2
22 virtual void _onTick(::LabTableReaction& owner, ::BlockSource& region);
23
24 // vIndex: 3
25 virtual void _onEnd(::LabTableReaction& owner, ::BlockSource& region);
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCFOLD void $_onStart(::LabTableReaction& owner, ::BlockSource& region);
38
39 MCFOLD void $_onTick(::LabTableReaction& owner, ::BlockSource& region);
40
41 MCFOLD void $_onEnd(::LabTableReaction& owner, ::BlockSource& region);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCAPI static void** $vftable();
48 // NOLINTEND
49};
Definition BlockSource.h:67
Definition LabTableReactionComponent.h:11
Definition LabTableReaction.h:16