Uses of Interface
net.minecraft.client.sound.AudioStream
| Package | Description |
|---|---|
| net.minecraft.client.sound |
-
Uses of AudioStream in net.minecraft.client.sound
Classes in net.minecraft.client.sound that implement AudioStream Modifier and Type Class Description classOggAudioStreamclassRepeatingAudioStreamFields in net.minecraft.client.sound declared as AudioStream Modifier and Type Field Description private AudioStreamRepeatingAudioStream. delegateprivate @Nullable AudioStreamSource. streamMethods in net.minecraft.client.sound that return AudioStream Modifier and Type Method Description AudioStreamRepeatingAudioStream.DelegateFactory. create(InputStream inputStream)Methods in net.minecraft.client.sound that return types with arguments of type AudioStream Modifier and Type Method Description CompletableFuture<AudioStream>SoundLoader. loadStreamed(Identifier id, boolean repeatInstantly)Methods in net.minecraft.client.sound with parameters of type AudioStream Modifier and Type Method Description voidSource. setStream(AudioStream stream)