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 SoundSource
ChannelManager.Entry. channel
Fields in net.minecraft.client.audio with type parameters of type SoundSource Modifier and Type Field Description private java.util.Set<SoundSource>
SoundSystem.HandlerImpl. activeChannels
Methods in net.minecraft.client.audio that return SoundSource Modifier and Type Method Description SoundSource
SoundSystem.HandlerImpl. acquire()
SoundSource
SoundSystem.IHandler. acquire()
SoundSource
SoundSystem. acquireChannel(SoundSystem.Mode p_216403_1_)
(package private) static SoundSource
SoundSource. create()
Methods in net.minecraft.client.audio with parameters of type SoundSource Modifier and Type Method Description boolean
SoundSystem.HandlerImpl. release(SoundSource p_216396_1_)
boolean
SoundSystem.IHandler. release(SoundSource p_216396_1_)
void
SoundSystem. releaseChannel(SoundSource p_216408_1_)
Method parameters in net.minecraft.client.audio with type arguments of type SoundSource Modifier and Type Method Description void
ChannelManager.Entry. execute(java.util.function.Consumer<SoundSource> p_217888_1_)
void
ChannelManager. 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 SoundSource
SoundEvent.SoundSourceEvent. source
Methods in net.minecraftforge.client.event.sound that return SoundSource Modifier and Type Method Description SoundSource
SoundEvent.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)
-