Uses of Class
net.minecraft.client.resources.sounds.Sound
Packages that use Sound
-
Uses of Sound in net.minecraft.client.resources.sounds
Classes in net.minecraft.client.resources.sounds that implement interfaces with type arguments of type SoundFields 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 TypeMethodDescription@Nullable SoundAbstractSoundInstance.getSound()Sound.getSound(RandomSource random) private SoundSoundEventRegistrationSerializer.getSound(com.google.gson.JsonObject object) @Nullable SoundSoundInstance.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 object) 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> sounds, boolean replace, @Nullable String subtitle) -
Uses of Sound in net.minecraft.client.sounds
Classes in net.minecraft.client.sounds that implement interfaces with type arguments of type SoundFields 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 sound) private static booleanSoundManager.validateSoundResource(Sound sound, Identifier eventLocation, ResourceProvider resourceProvider) Method parameters in net.minecraft.client.sounds with type arguments of type Sound