Uses of Interface
net.kyori.adventure.sound.Sound.Type
Packages that use Sound.Type
-
Uses of Sound.Type in net.kyori.adventure.sound
Methods in net.kyori.adventure.sound with parameters of type Sound.TypeModifier and TypeMethodDescriptionstatic SoundStopSoundStop.named(Sound.Type sound) Stops all sounds namedsound.static SoundStopSoundStop.namedOnSource(Sound.Type sound, Sound.Source source) Stops all sounds namednameon sourcesource.static SoundSound.sound(Sound.Type type, Sound.Source.Provider source, float volume, float pitch) Creates a new sound.static SoundSound.sound(Sound.Type type, Sound.Source source, float volume, float pitch) Creates a new sound.Sound.Builder.type(Sound.Type type) Set the type of this sound.Method parameters in net.kyori.adventure.sound with type arguments of type Sound.TypeModifier and TypeMethodDescriptionstatic SoundStopSoundStop.named(Supplier<? extends Sound.Type> sound) Stops all sounds namedsound.static SoundStopSoundStop.namedOnSource(Supplier<? extends Sound.Type> sound, Sound.Source source) Stops all sounds namednameon sourcesource.static SoundSound.sound(Supplier<? extends Sound.Type> type, Sound.Source.Provider source, float volume, float pitch) Creates a new sound.static SoundSound.sound(Supplier<? extends Sound.Type> type, Sound.Source source, float volume, float pitch) Creates a new sound.Sound.Builder.type(Supplier<? extends Sound.Type> typeSupplier) Set the type of this sound.