LeviLamina
Loading...
Searching...
No Matches
ILevelSoundManagerConnector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/pub_sub/Connector.h"
8#include "mc/deps/core/utility/pub_sub/Publisher.h"
9#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
10
11// auto generated forward declare list
12// clang-format off
14class Vec3;
15namespace Bedrock::PubSub::ThreadModel { struct MultiThreaded; }
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~ILevelSoundManagerConnector() /*override*/ = default;
24
25 // vIndex: 1
26 virtual ::Bedrock::PubSub::Connector<
27 void(::SharedTypes::Legacy::LevelSoundEvent, ::Vec3 const&, int, ::ActorSoundIdentifier const&, bool)>&
28 getOnLevelSoundEventConnector() = 0;
29
30 // vIndex: 2
31 virtual ::Bedrock::PubSub::Connector<void(::std::string const&, ::Vec3 const&, float, float)>&
32 getOnLevelSoundEventWithVolumeAndPitchConnector() = 0;
33
34 // vIndex: 3
35 virtual ::Bedrock::PubSub::Connector<void(::std::string const&)>& getOnStopLevelSoundEventConnector() = 0;
36
37 // vIndex: 4
38 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopAllLevelSoundsEventConnector() = 0;
39
40 // vIndex: 5
41 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopMusicEventConnector() = 0;
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47
48 // NOLINTEND
49};
Definition ActorSoundIdentifier.h:16
Definition EnableNonOwnerReferences.h:7
Definition ILevelSoundManagerConnector.h:18
Definition Vec3.h:10