Uses of Class
net.minecraft.client.audio.Sound
Packages that use Sound
-
Uses of Sound in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as SoundModifier and TypeFieldDescriptionstatic final SoundSoundHandler.EMPTY_SOUNDprotected SoundLocatableSound.soundFields in net.minecraft.client.audio with type parameters of type SoundModifier and TypeFieldDescriptionprivate final List<ISoundEventAccessor<Sound>>SoundEventAccessor.listSoundEngine.preloadQueueSoundList.soundsMethods in net.minecraft.client.audio that return SoundModifier and TypeMethodDescriptionISound.getSound()LocatableSound.getSound()Sound.getSound()SoundEventAccessor.getSound()private SoundSoundListSerializer.getSound(com.google.gson.JsonObject p_188734_1_) Methods in net.minecraft.client.audio that return types with arguments of type SoundModifier and TypeMethodDescriptionSoundList.getSounds()SoundListSerializer.getSounds(com.google.gson.JsonObject p_188733_1_) Methods in net.minecraft.client.audio with parameters of type SoundModifier and TypeMethodDescriptiondefault 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 SoundModifier and TypeMethodDescriptionvoidSoundEventAccessor.addSound(ISoundEventAccessor<Sound> p_188715_1_) AudioStreamManager.preload(Collection<Sound> p_217908_1_) Constructor parameters in net.minecraft.client.audio with type arguments of type Sound -
Uses of Sound in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type SoundModifier and TypeMethodDescriptionAudioStreamTest.SineSound.getStream(AudioStreamManager soundBuffers, Sound sound, boolean looping)