Package net.minecraft.client.sound
Interface NonRepeatingAudioStream
- All Superinterfaces:
AudioStream
,AutoCloseable
,Closeable
- All Known Subinterfaces:
BufferedAudioStream
- All Known Implementing Classes:
OggAudioStream
- Mappings:
Namespace Name named net/minecraft/client/sound/NonRepeatingAudioStream
intermediary net/minecraft/class_9672
official gto
-
Method Summary
Methods inherited from interface net.minecraft.client.sound.AudioStream
getFormat, read
-
Method Details
-
readAll
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named readAll
Lnet/minecraft/client/sound/NonRepeatingAudioStream;readAll()Ljava/nio/ByteBuffer;
intermediary method_59757
Lnet/minecraft/class_9672;method_59757()Ljava/nio/ByteBuffer;
official b
Lgto;b()Ljava/nio/ByteBuffer;
-