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
11
class
BlockSource
;
12
class
LabTableReaction
;
13
// clang-format on
14
15
class
PlaySoundReactionComponent
:
public
::LabTableReactionComponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~PlaySoundReactionComponent
()
/*override*/
=
default
;
27
28
// vIndex: 3
29
virtual
void
_onEnd(
::LabTableReaction
& owner,
::BlockSource
& region)
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCNAPI
void
$_onEnd
(
::LabTableReaction
& owner,
::BlockSource
& region);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
BlockSource
Definition
BlockSource.h:67
LabTableReactionComponent
Definition
LabTableReactionComponent.h:11
LabTableReaction
Definition
LabTableReaction.h:15
PlaySoundReactionComponent
Definition
PlaySoundReactionComponent.h:15
PlaySoundReactionComponent::$_onEnd
MCAPI void $_onEnd(::LabTableReaction &owner, ::BlockSource ®ion)
PlaySoundReactionComponent::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
actor
PlaySoundReactionComponent.h
Generated on Fri Jun 13 2025 05:05:13 for LeviLamina by
1.12.0