Uses of Interface
net.minecraft.client.sounds.AudioStream
Package
Description
-
Uses of AudioStream in com.mojang.blaze3d.audio
-
Uses of AudioStream in net.minecraft.client.resources.sounds
Modifier and TypeMethodDescriptiondefault CompletableFuture<AudioStream>
SoundInstance.getStream
(SoundBufferLibrary soundBuffers, Sound sound, boolean looping) -
Uses of AudioStream in net.minecraft.client.sounds
Modifier and TypeMethodDescriptionLoopingAudioStream.AudioStreamProvider.create
(InputStream p_120170_) Modifier and TypeMethodDescriptionSoundBufferLibrary.getStream
(ResourceLocation p_120205_, boolean p_120206_) -
Uses of AudioStream in net.minecraftforge.debug.client
Modifier and TypeMethodDescription@NotNull CompletableFuture<AudioStream>
AudioStreamTest.SineSound.getStream
(@NotNull SoundBufferLibrary soundBuffers, @NotNull Sound sound, boolean looping)