25 virtual ::Bedrock::PubSub::Connector<
27 getOnLevelSoundEventConnector() = 0;
29 virtual ::Bedrock::PubSub::Connector<
30 void(::std::string
const&,
::Vec3 const&,
float,
float, ::std::optional<::ServerSoundHandle>)>&
31 getOnLevelSoundEventWithVolumeAndPitchConnector() = 0;
33 virtual ::Bedrock::PubSub::Connector<void(::std::string
const&)>& getOnStopLevelSoundEventConnector() = 0;
35 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopAllLevelSoundsEventConnector() = 0;
37 virtual ::Bedrock::PubSub::Connector<void()>& getOnStopMusicEventConnector() = 0;