Uses of Class
net.minecraft.client.audio.Sound
-
Packages that use Sound Package Description net.minecraft.client.audio net.minecraftforge.debug.client -
-
Uses of Sound in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as Sound Modifier and Type Field Description static Sound
SoundHandler. EMPTY_SOUND
protected Sound
LocatableSound. sound
Fields in net.minecraft.client.audio with type parameters of type Sound Modifier and Type Field Description private java.util.List<ISoundEventAccessor<Sound>>
SoundEventAccessor. list
private java.util.List<Sound>
SoundEngine. preloadQueue
private java.util.List<Sound>
SoundList. sounds
Methods in net.minecraft.client.audio that return Sound Modifier and Type Method Description Sound
ISound. getSound()
Sound
LocatableSound. getSound()
Sound
Sound. getSound()
Sound
SoundEventAccessor. getSound()
private Sound
SoundListSerializer. getSound(com.google.gson.JsonObject p_188734_1_)
Methods in net.minecraft.client.audio that return types with arguments of type Sound Modifier and Type Method Description java.util.List<Sound>
SoundList. getSounds()
private java.util.List<Sound>
SoundListSerializer. getSounds(com.google.gson.JsonObject p_188733_1_)
Methods in net.minecraft.client.audio with parameters of type Sound Modifier and Type Method Description default java.util.concurrent.CompletableFuture<IAudioStream>
ISound. getStream(AudioStreamManager soundBuffers, Sound sound, boolean looping)
void
SoundEngine. requestPreload(Sound p_204259_1_)
private static boolean
SoundHandler. validateSoundResource(Sound p_215292_0_, ResourceLocation p_215292_1_, IResourceManager p_215292_2_)
Method parameters in net.minecraft.client.audio with type arguments of type Sound Modifier and Type Method Description void
SoundEventAccessor. addSound(ISoundEventAccessor<Sound> p_188715_1_)
java.util.concurrent.CompletableFuture<?>
AudioStreamManager. preload(java.util.Collection<Sound> p_217908_1_)
Constructor parameters in net.minecraft.client.audio with type arguments of type Sound Constructor Description SoundList(java.util.List<Sound> p_i46525_1_, boolean p_i46525_2_, java.lang.String p_i46525_3_)
-
Uses of Sound in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type Sound Modifier and Type Method Description java.util.concurrent.CompletableFuture<IAudioStream>
AudioStreamTest.SineSound. getStream(AudioStreamManager soundBuffers, Sound sound, boolean looping)
-