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 SoundSoundHandler. EMPTY_SOUNDprotected SoundLocatableSound. soundFields in net.minecraft.client.audio with type parameters of type Sound Modifier and Type Field Description private java.util.List<ISoundEventAccessor<Sound>>SoundEventAccessor. listprivate java.util.List<Sound>SoundEngine. preloadQueueprivate java.util.List<Sound>SoundList. soundsMethods in net.minecraft.client.audio that return Sound Modifier and Type Method Description SoundISound. getSound()SoundLocatableSound. getSound()SoundSound. getSound()SoundSoundEventAccessor. getSound()private SoundSoundListSerializer. 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)voidSoundEngine. requestPreload(Sound p_204259_1_)private static booleanSoundHandler. 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 voidSoundEventAccessor. 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)
-