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