Uses of Class
net.minecraft.client.resources.sounds.Sound
Packages that use Sound
Package
Description
-
Uses of Sound in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as SoundFields in net.minecraft.client.resources.sounds with type parameters of type SoundMethods in net.minecraft.client.resources.sounds that return SoundModifier and TypeMethodDescriptionAbstractSoundInstance.getSound()Sound.getSound(RandomSource p_235143_) private SoundSoundEventRegistrationSerializer.getSound(com.google.gson.JsonObject p_119836_) SoundInstance.getSound()Methods in net.minecraft.client.resources.sounds that return types with arguments of type SoundModifier and TypeMethodDescriptionSoundEventRegistration.getSounds()SoundEventRegistrationSerializer.getSounds(com.google.gson.JsonObject p_119831_) Methods in net.minecraft.client.resources.sounds with parameters of type SoundModifier and TypeMethodDescriptiondefault CompletableFuture<AudioStream> SoundInstance.getStream(SoundBufferLibrary soundBuffers, Sound sound, boolean looping) Constructor parameters in net.minecraft.client.resources.sounds with type arguments of type SoundModifierConstructorDescriptionSoundEventRegistration(List<Sound> p_119819_, boolean p_119820_, String p_119821_) -
Uses of Sound in net.minecraft.client.sounds
Fields in net.minecraft.client.sounds declared as SoundModifier and TypeFieldDescriptionstatic final SoundSoundManager.EMPTY_SOUNDstatic final SoundSoundManager.INTENTIONALLY_EMPTY_SOUNDFields in net.minecraft.client.sounds with type parameters of type SoundMethods in net.minecraft.client.sounds that return SoundMethods in net.minecraft.client.sounds with parameters of type SoundModifier and TypeMethodDescriptionvoidSoundEngine.requestPreload(Sound p_120273_) (package private) static booleanSoundManager.validateSoundResource(Sound p_250396_, ResourceLocation p_250879_, ResourceProvider p_248737_) Method parameters in net.minecraft.client.sounds with type arguments of type Sound -
Uses of Sound in net.neoforged.neoforge.debug.client
Methods in net.neoforged.neoforge.debug.client with parameters of type SoundModifier and TypeMethodDescriptionClientTests.SineSound.getStream(SoundBufferLibrary soundBuffers, Sound sound, boolean looping)