Uses of Interface
net.kyori.adventure.sound.SoundStop
Packages that use SoundStop
Package
Description
A receiver of Minecraft media.
Data for controlling sound playback.
-
Uses of SoundStop in net.kyori.adventure.audience
Methods in net.kyori.adventure.audience with parameters of type SoundStop -
Uses of SoundStop in net.kyori.adventure.sound
Methods in net.kyori.adventure.sound that return SoundStopModifier and TypeMethodDescriptionstatic SoundStopSoundStop.all()Stops all sounds.Sound.asStop()Gets theSoundStopthat will stop this specific sound.static SoundStopSoundStop.named(Supplier<? extends Sound.Type> sound) Stops all sounds namedsound.static SoundStopStops all sounds namedsound.static SoundStopSoundStop.named(Sound.Type sound) Stops all sounds namedsound.static SoundStopSoundStop.namedOnSource(Supplier<? extends Sound.Type> sound, Sound.Source source) Stops all sounds namednameon sourcesource.static SoundStopSoundStop.namedOnSource(Key sound, Sound.Source source) Stops all sounds namednameon sourcesource.static SoundStopSoundStop.namedOnSource(Sound.Type sound, Sound.Source source) Stops all sounds namednameon sourcesource.static SoundStopSoundStop.source(Sound.Source source) Stops all sounds on sourcesource.