Interface NonRepeatingAudioStream

All Superinterfaces:
AudioStream, AutoCloseable, Closeable
All Known Subinterfaces:
BufferedAudioStream
All Known Implementing Classes:
OggAudioStream

@Environment(CLIENT) public interface NonRepeatingAudioStream extends AudioStream
Mappings:
Namespace Name
named net/minecraft/client/sound/NonRepeatingAudioStream
intermediary net/minecraft/class_9672
official gto
  • Method Details

    • readAll

      ByteBuffer readAll() throws IOException
      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;