Uses of Interface
net.minecraft.client.sounds.AudioStream
Packages that use AudioStream
Package
Description
-
Uses of AudioStream in com.mojang.blaze3d.audio
Fields in com.mojang.blaze3d.audio declared as AudioStreamMethods in com.mojang.blaze3d.audio with parameters of type AudioStreamModifier and TypeMethodDescriptionvoid
Channel.attachBufferStream
(AudioStream pStream) Attaches a buffer stream to the audio channel. -
Uses of AudioStream in net.minecraft.client.resources.sounds
Methods in net.minecraft.client.resources.sounds that return types with arguments of type AudioStreamModifier and TypeMethodDescriptiondefault CompletableFuture
<AudioStream> SoundInstance.getStream
(SoundBufferLibrary soundBuffers, Sound sound, boolean looping) -
Uses of AudioStream in net.minecraft.client.sounds
Subinterfaces of AudioStream in net.minecraft.client.soundsClasses in net.minecraft.client.sounds that implement AudioStreamModifier and TypeClassDescriptionclass
class
The LoopingAudioStream class provides an AudioStream that loops indefinitely over the provided InputStream.Fields in net.minecraft.client.sounds declared as AudioStreamMethods in net.minecraft.client.sounds that return AudioStreamModifier and TypeMethodDescriptionLoopingAudioStream.AudioStreamProvider.create
(InputStream pInputStream) Creates an AudioStream from the specified InputStream.Methods in net.minecraft.client.sounds that return types with arguments of type AudioStreamModifier and TypeMethodDescriptionSoundBufferLibrary.getStream
(ResourceLocation pResourceLocation, boolean pIsWrapper) Returns Returns a CompletableFuture containing the AudioStream. The AudioStream is loaded asynchronously.. -
Uses of AudioStream in net.neoforged.neoforge.debug.client
Classes in net.neoforged.neoforge.debug.client that implement AudioStreamMethods in net.neoforged.neoforge.debug.client that return types with arguments of type AudioStreamModifier and TypeMethodDescriptionClientTests.SineSound.getStream
(SoundBufferLibrary soundBuffers, Sound sound, boolean looping)