Uses of Class
net.minecraft.client.audio.SoundSource
Packages that use SoundSource
-
Uses of SoundSource in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as SoundSourceFields in net.minecraft.client.audio with type parameters of type SoundSourceModifier and TypeFieldDescriptionprivate final Set<SoundSource>SoundSystem.HandlerImpl.activeChannelsMethods in net.minecraft.client.audio that return SoundSourceModifier and TypeMethodDescriptionSoundSystem.HandlerImpl.acquire()SoundSystem.IHandler.acquire()SoundSystem.acquireChannel(SoundSystem.Mode p_216403_1_) (package private) static SoundSourceSoundSource.create()Methods in net.minecraft.client.audio with parameters of type SoundSourceModifier and TypeMethodDescriptionbooleanSoundSystem.HandlerImpl.release(SoundSource p_216396_1_) booleanSoundSystem.IHandler.release(SoundSource p_216396_1_) voidSoundSystem.releaseChannel(SoundSource p_216408_1_) Method parameters in net.minecraft.client.audio with type arguments of type SoundSourceModifier and TypeMethodDescriptionvoidChannelManager.Entry.execute(Consumer<SoundSource> p_217888_1_) voidChannelManager.executeOnChannels(Consumer<Stream<SoundSource>> p_217897_1_) Constructors in net.minecraft.client.audio with parameters of type SoundSource -
Uses of SoundSource in net.minecraftforge.client.event.sound
Fields in net.minecraftforge.client.event.sound declared as SoundSourceMethods in net.minecraftforge.client.event.sound that return SoundSourceConstructors in net.minecraftforge.client.event.sound with parameters of type SoundSourceModifierConstructorDescriptionPlaySoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source) PlayStreamingSourceEvent(SoundEngine manager, ISound sound, SoundSource source) SoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source)