Uses of Class
net.minecraft.client.audio.SoundSource
-
Packages that use SoundSource Package Description net.minecraft.client.audio net.minecraftforge.client.event.sound -
-
Uses of SoundSource in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as SoundSource Modifier and Type Field Description private SoundSourceChannelManager.Entry. channelFields in net.minecraft.client.audio with type parameters of type SoundSource Modifier and Type Field Description private java.util.Set<SoundSource>SoundSystem.HandlerImpl. activeChannelsMethods in net.minecraft.client.audio that return SoundSource Modifier and Type Method Description SoundSourceSoundSystem.HandlerImpl. acquire()SoundSourceSoundSystem.IHandler. acquire()SoundSourceSoundSystem. acquireChannel(SoundSystem.Mode p_216403_1_)(package private) static SoundSourceSoundSource. create()Methods in net.minecraft.client.audio with parameters of type SoundSource Modifier and Type Method Description booleanSoundSystem.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 SoundSource Modifier and Type Method Description voidChannelManager.Entry. execute(java.util.function.Consumer<SoundSource> p_217888_1_)voidChannelManager. executeOnChannels(java.util.function.Consumer<java.util.stream.Stream<SoundSource>> p_217897_1_)Constructors in net.minecraft.client.audio with parameters of type SoundSource Constructor Description Entry(SoundSource p_i232495_2_) -
Uses of SoundSource in net.minecraftforge.client.event.sound
Fields in net.minecraftforge.client.event.sound declared as SoundSource Modifier and Type Field Description private SoundSourceSoundEvent.SoundSourceEvent. sourceMethods in net.minecraftforge.client.event.sound that return SoundSource Modifier and Type Method Description SoundSourceSoundEvent.SoundSourceEvent. getSource()Constructors in net.minecraftforge.client.event.sound with parameters of type SoundSource Constructor Description PlaySoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source)PlayStreamingSourceEvent(SoundEngine manager, ISound sound, SoundSource source)SoundSourceEvent(SoundEngine manager, ISound sound, SoundSource source)
-