LeviLamina
Loading...
Searching...
No Matches
PlaySoundReactionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/level/block/actor/LabTableReactionComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockSource;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~PlaySoundReactionComponent() /*override*/ = default;
26
27 virtual void _onEnd(::LabTableReaction& owner, ::BlockSource& region) /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCAPI void $_onEnd(::LabTableReaction& owner, ::BlockSource& region);
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition BlockSource.h:68
Definition LabTableReactionComponent.h:11
Definition LabTableReaction.h:17
Definition PlaySoundReactionComponent.h:15
static MCAPI void ** $vftable()