Uses of Interface
net.kyori.adventure.sound.Sound.Source.Provider
Packages that use Sound.Source.Provider
-
Uses of Sound.Source.Provider in net.kyori.adventure.sound
Methods in net.kyori.adventure.sound with parameters of type Sound.Source.ProviderModifier and TypeMethodDescriptionstatic SoundSound.sound(Supplier<? extends Sound.Type> type, Sound.Source.Provider source, float volume, float pitch) Creates a new sound.static SoundSound.sound(Key name, Sound.Source.Provider source, float volume, float pitch) Creates a new sound.static SoundSound.sound(Sound.Type type, Sound.Source.Provider source, float volume, float pitch) Creates a new sound.Sound.Builder.source(Sound.Source.Provider source) ASound.Sourceto tell the game where the sound is coming from.