Package net.minecraft.client.sound
Interface AudioStream
- All Superinterfaces:
 AutoCloseable,Closeable
- All Known Implementing Classes:
 OggAudioStream,RepeatingAudioStream
- Mappings:
 Namespace Name official fyuintermediary net/minecraft/class_4234named net/minecraft/client/sound/AudioStream
- 
Method Summary
 
- 
Method Details
- 
getFormat
AudioFormat getFormat()- Mappings:
 Namespace Name Mixin selector official aLfyu;a()Ljavax/sound/sampled/AudioFormat;intermediary method_19719Lnet/minecraft/class_4234;method_19719()Ljavax/sound/sampled/AudioFormat;named getFormatLnet/minecraft/client/sound/AudioStream;getFormat()Ljavax/sound/sampled/AudioFormat;
 - 
getBuffer
- Throws:
 IOException- Mappings:
 Namespace Name Mixin selector official aLfyu;a(I)Ljava/nio/ByteBuffer;intermediary method_19720Lnet/minecraft/class_4234;method_19720(I)Ljava/nio/ByteBuffer;named getBufferLnet/minecraft/client/sound/AudioStream;getBuffer(I)Ljava/nio/ByteBuffer;
 
 -