Uses of Interface
net.minecraft.client.sounds.AudioStream
Packages that use AudioStream
Package
Description
-
Uses of AudioStream in com.mojang.blaze3d.audio
Classes in com.mojang.blaze3d.audio that implement AudioStreamFields in com.mojang.blaze3d.audio declared as AudioStreamMethods in com.mojang.blaze3d.audio with parameters of type AudioStream -
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
Classes in net.minecraft.client.sounds that implement AudioStreamFields in net.minecraft.client.sounds declared as AudioStreamMethods in net.minecraft.client.sounds that return AudioStreamModifier and TypeMethodDescriptionLoopingAudioStream.AudioStreamProvider.create(InputStream p_120170_) Methods in net.minecraft.client.sounds that return types with arguments of type AudioStreamModifier and TypeMethodDescriptionSoundBufferLibrary.getStream(ResourceLocation p_120205_, boolean p_120206_) -
Uses of AudioStream in net.minecraftforge.debug.client
Classes in net.minecraftforge.debug.client that implement AudioStreamMethods in net.minecraftforge.debug.client that return types with arguments of type AudioStreamModifier and TypeMethodDescription@NotNull CompletableFuture<AudioStream>AudioStreamTest.SineSound.getStream(@NotNull SoundBufferLibrary soundBuffers, @NotNull Sound sound, boolean looping)