Uses of Class
net.minecraft.client.resources.sounds.Sound
Package
Description
-
Uses of Sound in net.minecraft.client.resources.sounds
Modifier and TypeMethodDescriptionAbstractSoundInstance.getSound()
Sound.getSound
(RandomSource p_235143_) private Sound
SoundEventRegistrationSerializer.getSound
(com.google.gson.JsonObject p_119836_) SoundInstance.getSound()
Modifier and TypeMethodDescriptionSoundEventRegistration.getSounds()
SoundEventRegistrationSerializer.getSounds
(com.google.gson.JsonObject p_119831_) Modifier and TypeMethodDescriptiondefault CompletableFuture<AudioStream>
SoundInstance.getStream
(SoundBufferLibrary soundBuffers, Sound sound, boolean looping) ModifierConstructorDescriptionSoundEventRegistration
(List<Sound> p_119819_, boolean p_119820_, String p_119821_) -
Uses of Sound in net.minecraft.client.sounds
Modifier and TypeFieldDescriptionstatic final Sound
SoundManager.EMPTY_SOUND
static final Sound
SoundManager.INTENTIONALLY_EMPTY_SOUND
Modifier and TypeMethodDescriptionvoid
SoundEngine.requestPreload
(Sound p_120273_) (package private) static boolean
SoundManager.validateSoundResource
(Sound p_250396_, ResourceLocation p_250879_, ResourceProvider p_248737_) -
Uses of Sound in net.minecraftforge.debug.client
Modifier and TypeMethodDescription@NotNull CompletableFuture<AudioStream>
AudioStreamTest.SineSound.getStream
(@NotNull SoundBufferLibrary soundBuffers, @NotNull Sound sound, boolean looping)